JRE에서 치명적인 오류가 발생하여 Tomcat이 충돌합니다.

JRE에서 치명적인 오류가 발생하여 Tomcat이 충돌합니다.

jdk 1.8.0_162-b12저는 Ubuntu 64비트 서버 16.04에서 Tomcat 9를 실행하고 있습니다 . 개발은 Java로 이루어집니다.

오류는 catalina.out다음을 보여줍니다 -

A fatal error has been detected by the Java Runtime Environment:
#

SIGSEGV (0xb) at pc=0x00007f017456eded, pid=6838, tid=0x00007f00bb0f2700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_162-b12) (build 1.8.0_162-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.162-b12 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libssl.so.1.0.0+0x25ded]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /root/hs_err_pid6838.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.

누구든지 이 오류의 가능성과 해결 방법을 제안할 수 있습니까? Openssl 버전은 1.0.2g입니다.

답변1

libssl.so.1.0.0, Java 1.8.0_181 및 Tomcat 8.5.4의 백포트를 사용하여 Debian Jessie에서 실행하고 포트 8443에서 SSL을 사용하여 실행하는 매우 유사한 문제:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff86bdd6e70, pid=16967, tid=0x00007ff7edb87700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libssl.so.1.0.0+0x40e70]  SSL_get_current_cipher+0x0
#

어떤 아이디어가 있나요?

관련 정보