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

Crash in 11.0.8.24 - SIGSEGV from G1ParEvacuateFollowersClosure::do_void #372

Open
olivergillespie opened this issue Aug 28, 2024 · 2 comments

Comments

@olivergillespie
Copy link
Contributor

Originally posted by @andre-wenzel in #371 (comment)

User is experiencing crashes with 11.0.8.24 in AWS EC2. Apparently 11.0.8.23 was working fine.

Original description:

Application runs in Wildfly cluster environment on Amazon AWS EC2 instance using OpenJDK Runtime Environment Corretto-11.0.24.8.1. The JVM randomly crashes and the whole service process stops working. Appeart 5 times on differnt days since upgrading to Corretto-11.0.24.8.1.

hs_err_pid5337.log
hs_err_pid5339_abn.log
hs_err_pid5346.log

@olivergillespie
Copy link
Contributor Author

All three crashes have nearly the same signature:

V  [libjvm.so+0x791d58]  G1ParEvacuateFollowersClosure::do_void()+0x468
V  [libjvm.so+0x796e18]  G1ParTask::work(unsigned int)+0x168
V  [libjvm.so+0xf09133]  GangWorker::loop()+0x43
V  [libjvm.so+0xe72a3d]  Thread::call_run()+0x14d
V  [libjvm.so+0xc250b0]  thread_native_entry(Thread*)+0xe0

siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000

(one has a one byte different offset - V [libjvm.so+0x791d59] G1ParEvacuateFollowersClosure::do_void()+0x469)

@olivergillespie
Copy link
Contributor Author

I can't find any obvious cause from the hs_err logs, so unless we find a reproducer or we see any other reports like this I don't think we can investigate much further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant