Сбой Corretto JDK 21 Build 35: [libjvm.so+0x840016] G1ParCopyClosure<(G1Barrier)
Вопросы
- Вы видели или столкнулись с ошибкой, указанной ниже?
- Мысли или предложения относительно того, как можно это диагностировать?
- Если это ошибка JDK, какие предложения, куда лучше всего об этом сообщить?
Среда
- Corretto JDK 21, сборка 35 (также пробовалось с Zulu JDK 21, сборка 35)
- Действия GitHub CI — Ubuntu 22.04.3 LTS
- Градл 8.4 RC1
Крушение
Среда выполнения Java завершает работу со следующей ошибкой:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f58e7c40016, pid=3580, tid=3599
#
# JRE version: OpenJDK Runtime Environment Corretto-21.0.0.35.1 (21.0+35) (build 21+35-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-21.0.0.35.1 (21+35-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x840016] G1ParCopyClosure<(G1Barrier)0, false>::do_oop(oopDesc**)+0x56
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/runner/work/cas/cas/support/cas-server-support-ldap-core/core.3580)
#
# An error report file with more information is saved as:
# /home/runner/work/cas/cas/support/cas-server-support-ldap-core/hs_err_pid3580.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-21/issues/
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f0044440016, pid=3611, tid=3615
#
# JRE version: OpenJDK Runtime Environment Corretto-21.0.0.35.1 (21.0+35) (build 21+35-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-21.0.0.35.1 (21+35-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x840016] G1ParCopyClosure<(G1Barrier)0, false>::do_oop(oopDesc**)+0x56
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/runner/work/cas/cas/support/cas-server-support-ldap/core.3611)
#
# An error report file with more information is saved as:
# /home/runner/work/cas/cas/support/cas-server-support-ldap/hs_err_pid3611.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-21/issues/
1 ответ
Проблема была связана с собственными библиотеками Netty, которые не были совместимы с JDK 21. Netty 4.1.99.Final исправляет это.
Выпущена Netty 4.1.99.Final: Мы рады сообщить о выпуске Netty 4.1.99.Final. В этом выпуске исправлена ошибка, которая могла привести к появлению SIGSERV при работе на JDK21+. Поскольку JDK21 был выпущен недавно и считается выпуском LTS, мы решили сделать этот экстренный выпуск. Из-за характера этой ошибки (сбой JVM) вам следует обновить ее как можно скорее.