-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Random crash in JavaThread "Monitor Deflation Thread" daemon #1035
Comments
@andresluuk Are you running the same workload (same versions etc) on Tomcat? |
Yes we are running the same workload (tests) on all the servers. |
I have the same (similar?) crash. See crash log.
Stack looks slightly different. |
Could be, if you can replicate with 21.0.3 that would be ace. |
Please provide a brief summary of the bug
We have seen the following crash a few times:
SIGSEGV (0xb) at pc=0x00007fb68c49bf18, pid=407379, tid=407743
JRE version: OpenJDK Runtime Environment Temurin-21.0.2+13 (21.0.2+13) (build 21.0.2+13-LTS)
Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (21.0.2+13-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
Problematic frame:
V [libjvm.so+0xcdef18] OopStorage::Block::release_entries(unsigned long, OopStorage*)+0x38
Did you test with the latest update version?
Please provide steps to reproduce where possible
Crash is random so can't make a repro. But I have other crash dumps from the same location saved locally.
A few caviatest:
For some reason we see the crash only on latest Wildflyes (29, 30, 31), not on other servers. (Jetty, Tomcat etc).
Crash happens in less then 1% of the server runs, but as we do many runs we see it every few days.
We have the jrebel java agent attached, so can't rule that out entirely, but usually crashes like that come from the JDK for us.
Expected Results
No crash.
Actual Results
JVM crash with a SIGSEGV
What Java Version are you using?
OpenJDK Runtime Environment Temurin-21.0.2+13 (21.0.2+13) (build 21.0.2+13-LTS)
What is your operating system and platform?
Ubuntu
How did you install Java?
We unzipped it from the zip installation.
Did it work before?
Did you test with other Java versions?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: