Skip to content
Advertisement

Tag: segmentation-fault

How to handle a SIGSEGV with jffi / jnr?

The Java VM crash with a SIGSEGV in a docker container. On all other systems it is working as expected. and the stack trace What can I do to solve this problem with jffi / jnr? How can I receive more details about the problem? Answer The cause of the crash on Linux was a inkompatible native libraries for the

Java SIGSEGV error when running from docker

I have no experience in Java and I can run my code successfully from the development. But only when I built the project and runs it from docker, I got an error like this. I have followed the error message to use ulimit -c unlimited by adding it in the docker command: docker run –ulimit core=-1 –env-file -t my_project but

Advertisement