You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alpine Linux is very used in Docker containers because it is very lightweight.
The result is that it always crashes with Java 11: SIGSEGV (0xb) at pc=0x000000000000b8a6
Alpine Linux is very used in Docker containers because it is very lightweight.
The result is that it always crashes with Java 11:
SIGSEGV (0xb) at pc=0x000000000000b8a6
Probably it is due to the fact that Alpine uses muslib and the native libray uses glibc.
How can I recompile the native library for Alpine?
The text was updated successfully, but these errors were encountered: