corretto / corretto-8

Amazon Corretto 8 is a no-cost, multi-platform, production-ready distribution of OpenJDK 8
GNU General Public License v2.0
2.11k stars 221 forks source link

core dump on System.exit(0); #511

Open coolblades opened 1 month ago

coolblades commented 1 month ago

The error doesn't happen every time. But does happen frequent enough.

OS: NAME="SLES" VERSION="12" VERSION_ID="12.5" PRETTY_NAME="SUSE Linux Enterprise Server 12 SP5" ID="sles" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:suse:sles:12:sp5"

java (the error also occurred on an older corretto-8 version) openjdk version "1.8.0_412" OpenJDK Runtime Environment Corretto-8.412.08.1 (build 1.8.0_412-b08) OpenJDK 64-Bit Server VM Corretto-8.412.08.1 (build 25.412-b08, mixed mode)

hs_err_pid11260.log

another process (cronjob) that core dump log file: hs_err_pid5786.log

Any help is greatly appreciated.

Thanks

coolblades commented 1 month ago

someone also reported the same issue here: open jdk

eastig commented 3 weeks ago

There is not enough information from hs_err files to identify the root cause. I suggest to try the latest release: 8.422.05.1 If you have a reproducer, it would help.