Javaでこのような状況になったのはこれが初めてです。
Java は、次のエラーでコア ダンプします。
#
# A fatal error has been detected by the Java Runtime Environment:
#
[thread 140213457409792 also had an error]# Internal Error (safepoint.cpp:300), pid=4327
, tid=140213211031296
# guarantee(PageArmed == 0) failed: invariant
#
# JRE version: 6.0_24-b24
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.11.4
# Distribution: Ubuntu 12.04 LTS, package 6b24-1.11.4-1ubuntu0.12.04.1
# An error report file with more information is saved as:
# /tmp/hs_err_pid4327.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
Mac OSで実行しようとすると、同じ場所にコアダンプが表示されます(JREが異なる必要があります)...コードに関連するものである必要があります。これをデバッグする方法がわかりません。これは例外ではなく、そこに指定されたログ ファイルからは多くの情報が得られません。バグを見つけるために私ができることはありますか?