Open jjscl8888 opened 4 months ago
Also See #1088
Here is the system information where crashes occurred。
version : 1.19
kernel: 4.19, OS CentOS
CPU:64 AMD EPYC 7T83 64-Core Processor or 64 Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
OS: Linux 4.19.118-2.el7.centos.x86_64/amd64
Linux OS: CentOS Linux release 7.9.2009 (Core)
Will this issue be fixed in JDK 21?
Here is the system information where crashes occurred。
Kubernetes
version : 1.19
Host :
kernel: 4.19, OS CentOS CPU:64 AMD EPYC 7T83 64-Core Processor or 64 Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
Pod :
OS: Linux 4.19.118-2.el7.centos.x86_64/amd64 Linux OS: CentOS Linux release 7.9.2009 (Core)
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.
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. It will be closed soon unless the stale label is removed by a committer, or a new comment is made.
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