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
Tag: jnr
Could not load FFI provider when using module-info.java
my Linux Java application uses bluetooth devices. I use this library in order to communicate with bluez stack : https://github.com/hypfvieh/bluez-dbus. It worked very well until I added module-info.java to my client code. Suddenly I got this error: Exception in thread “main” java.lang.UnsatisfiedL…