I have successfully built a native image with Quarkus/Graal and I can run it in the terminal (no container yet). However, it crashes with "Segmentation fault (core dumped)" message. How can I get more information about the error? Are there flags to pass to the native executable or while building the image?
I am using GraalVM Version 20.2.0 (Java Version 11.0.8)
Any help is much appreciated.
Thanks.