-
-
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
SIGSEGV at G1ParScanThreadState::trim_queue_to_threshold with Temurin-21.0.3+9 #1129
Comments
Also See #1088 |
Here is the system information where crashes occurred。 Kubernetes
Host :
Pod :
Will this issue be fixed in JDK 21? |
There may be a backport, you'll want to follow that issue upstream |
When is this problem expected to be solved? @karianna |
You'll need to track https://bugs.openjdk.org/browse/JDK-8331735 for progress. |
However, Java 21 isn't in the affected versions list. That's why we wondered whether the fix would be backported to 21 or not. Would you add 21 into the list as well? |
Added 21 |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Please provide a brief summary of the bug
Encountering errors when using virtual threads。
eg:
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f9e12aa3d5c, pid=41, tid=192
JRE version: OpenJDK Runtime Environment Temurin-21.0.3+9 (21.0.3+9) (build 21.0.3+9-LTS)
Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (21.0.3+9-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
Problematic frame:
V [libjvm.so+0x813d5c] G1ParScanThreadState::trim_queue_to_threshold(unsigned int)+0x357c
Core dump will be written. Default location: /opt/tomcat/core.41
An error report file with more information is saved as:
/opt/tomcat/hs_err_pid41.log
[thread 94 also had an error]
[thread 203 also had an error][thread 195 also had an error][thread 199 also had an error][thread 197 also had an error]
Did you test with the latest update version?
Please provide steps to reproduce where possible
No response
Expected Results
I noticed that JDK-8320253 has been fixed in JDK 22, based on the relevant link: https://bugs.openjdk.org/browse/JDK-8320253. Is it possible to fix this issue in JDK 21?
Actual Results
occasionally SIGSEGV at G1ParScanThreadState::trim_queue_to_threshold with Temurin-21.0.3+9
What Java Version are you using?
openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
What is your operating system and platform?
Host: AMD EPYC 7T83 64-Core Processor, 64 cores, 32G, CentOS Linux release 7.9.2009 (Core)
How did you install Java?
with binary archive
Did it work before?
No response
Did you test with other Java versions?
Relevant log output
The text was updated successfully, but these errors were encountered: