Open JohanSaur opened 3 months ago
Hello @JohanSaur, can you please share the full error message?
@fernando-valdez I'm afraid the full error message is according to the description. Once you attempt to run the executable all that is printed on the screen is
Segmentation fault
Describe the issue While it is possible to build a statically linked executable with musl and the G1 GC, it is not possible to run them. The program crashes right away with the error message
Segmentation fault
Steps to reproduce the issue
docker run -it --rm --entrypoint /bin/bash container-registry.oracle.com/graalvm/native-image:22-muslib
native-image --static --libc=musl --gc=G1 EnvMap
./envmap
Describe GraalVM and your environment: