-
Notifications
You must be signed in to change notification settings - Fork 21
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
hs_err [libjvm.so+0x7ec967] SIGSEGV #59
Comments
Sorry about the issue. How often has it happened? Looks very similar to https://www.minecraftforum.net/forums/support/java-edition-support/3179109-minecraft-java-running-on-linux-crashes-with-exit which happened on a Microsoft build of OpenJDK 17, so it may not be specific to Corretto or 21. |
It happen randomly, it maybe 1 times per day or 1-2 times a week. |
Thanks. If you post other hs_err files it might be helpful in case we can see something obvious, but without a reliable reproducer we can run ourselves we're unlikely to investigate. |
another hs_err report is created, a crash occurred just now. |
This thing:
Looks like a GC crash when it tried to walk the memory that is remarkably similar to
...and disassembly suggests it is from here: corretto-21/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp Lines 291 to 292 in 7a8c187
corretto-21/src/hotspot/share/gc/shared/taskqueue.hpp Lines 634 to 636 in 7a8c187
Given we have just yanked this from the task queue, it means this So, sanity question: have you ran memtest on the affected machine recently? |
I ran memtest this Tuesday |
other new log |
Describe the bug
I am running a minecraft server that use amazon corretto 21, suddenly , it crash and have a hs_err_pid, I haven't see such report when i was using openjdk. I use amazon corretto because it is recommended by server community.
To Reproduce
run Minecraft server, wait.
Expected behavior
Server run normally
Screenshots
No screenshot
Platform information
Additional context
hs_err_pid:
link: https://paste.denizenscript.com/View/122028
file: hs_err_pid27351.log
with
The text was updated successfully, but these errors were encountered: