adoptium / adoptium-support

For end-user problems reported with our binary distributions
Apache License 2.0
43 stars 15 forks source link

JDK 21.0.3+9-LTS CRASH: V [libjvm.so+0x7a37d6] void OopOopIterateDispatch<G1CMOopClosure>::Table::oop_oop_iterate<InstanceKlass, narrowOop> #1094

Open CongSon opened 1 month ago

CongSon commented 1 month ago

Please provide a brief summary of the bug

My application run on Debian 12, JDK Temurin-21.0.3+9 and crash suddenly with log:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fb8b1fa37d6, pid=654217, tid=654254
#
# 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>
# Problematic frame:
# V  [libjvm.so+0x7a37d6]  void OopOopIterateDispatch<G1CMOopClosure>::Table::oop_oop_iterate<InstanceKlass, narrowOop>(G1CMOopClo>
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting J>
#
# An error report file with more information is saved as:
# /opt/job-service/hs_err_pid654217.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
#

hs_err_pid654217.log

Did you test with the latest update version?

Please provide steps to reproduce where possible

No response

Expected Results

My application run normally without crash

Actual Results

Crash application, exit with code 6: job-service.service: Main process exited, code=killed, status=6/ABRT Error log: V [libjvm.so+0x7a37d6] void OopOopIterateDispatch::Table::oop_oop_iterate<InstanceKlass, narrowOop>(G1CMOopClo>

What Java Version are you using?

openjdk 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?

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

How did you install Java?

No response

Did it work before?

No response

Did you test with other Java versions?

No response

Relevant log output

No response

karianna commented 1 month ago

https://bugs.openjdk.org/browse/JDK-8333015