Open
Description
Even a simple docker build with java --version
is failing for me.
66.46 Complete.
66.47 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
66.48 #
66.48 # A fatal error has been detected by the Java Runtime Environment:
66.48 #
66.48 # SIGILL (0x4) at pc=0x0000ffff6773fc5c, pid=397, tid=398
66.48 #
66.48 # JRE version: (21.0.5+11) (build )
66.48 # Java VM: OpenJDK 64-Bit Server VM (21.0.5+11-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
66.48 # Problematic frame:
66.48 # j java.lang.System.registerNatives()V+0 java.base@21.0.5
66.48 #
66.48 # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
66.48 #
66.48 # An error report file with more information is saved as:
66.48 # /opt/hs_err_pid397.log
66.48 [0.012s][warning][os] Loading hsdis library failed
66.48 #
66.48 # The crash happened outside the Java Virtual Machine in native code.
66.48 # See problematic frame for where to report the bug.
66.48 #
------