【发布时间】:2013-10-20 09:08:22
【问题描述】:
我正在使用 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.
#
我在谷歌上搜索并找到了一个可能的解决方案here,它建议:“最小的解决方法是添加 -XX:LoopUnrollLimit=1 作为参数。”问题是我不知道在哪里添加这个参数以及如何添加它。谁能帮帮我?
谢谢。
编辑:我将 jdk 从 1.7_9 更新到 1.7_40,但问题仍然存在。
【问题讨论】:
-
您的应用程序是否崩溃或日食?
-
@katona 我猜 Eclipse 崩溃了
-
我正在使用 eclipse indigo,但我读到这是一个 jre 错误
-
您是否尝试过更新 JRE?您使用的是非常旧的版本。
标签: java eclipse tomcat java-7