Hi,
- Issue type
- OS Version/build : Sequoia 15.2 (24C101) Docker version: Docker version 27.3.1, build ce12230
- App version : this is custom spring boot app developed with java jdk 21. The same version is installed on the OS as well.
- Steps to reproduce
- Run the docker compose command to start the service and it gives the following error:
[error occurred during error reporting (), id 0x5, SIGTRAP (0x5) at pc=0x0000ffffb8527ebc]
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x0000ffff8a33fc5c, pid=1, tid=7
#
# JRE version: (21.0.5+11) (build )
# 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)
# Problematic frame:
# j java.lang.System.registerNatives()V+0 java.base@21.0.5
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again
#
# An error report file with more information is saved as:
# //hs_err_pid1.log
[0.011s][warning][os] Loading hsdis library failed
#
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[error occurred during error reporting (), id 0x5, SIGTRAP (0x5) at pc=0x0000ffffa0317ebc]