Eclipse を使用して Web アプリケーションを開発していますが、Eclipse 内からサーバー上でアプリケーションを実行しようとしたときに問題が発生しました。
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f41e4e610b0, pid=3463, tid=139924549404416
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libwebkitgtk-1.0.so.0+0x11670b0] void WTF::freeOwnedGPtr<_GdkEvent>(_GdkEvent*)+0x15e00
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
私はそれをグーグルで検索し、「最小の回避策は -XX:LoopUnrollLimit=1 を引数として追加することです」という提案する可能な解決策を見つけました。問題は、この引数を追加する場所と追加する方法がわからないことです。誰でもそれについて私を助けることができますか?
ありがとう。
編集: jdk を 1.7_9 から 1.7_40 に更新しましたが、問題は解決しません。