Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
coolblades opened this issue Jul 12, 2024 · 3 comments
Open

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

coolblades opened this issue Jul 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@coolblades
Copy link

coolblades commented Jul 12, 2024

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 coolblades added the bug Something isn't working label Jul 12, 2024
@coolblades
Copy link
Author

someone also reported the same issue here:
open jdk

@eastig
Copy link
Member

eastig commented Aug 14, 2024

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.

@coolblades
Copy link
Author

I doubt new version would fix the issue as I updated from 286 to 412...
Anyway I did able to revert bunch java libraries and figured out the offending jar - 7-zip-Jbinding and someone reported core dump as well:
https://sourceforge.net/p/sevenzipjbind/bugs/29/

Reverting the 7-zip-Jbinding stopped the core dump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants