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
#

どんなアイデアがありますか?

おすすめ記事