今天我的Eclipse继续崩溃并向我显示这条消息:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f9d6dfd4c91, pid=5739, tid=140316573566720
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 )
# Problematic frame:
# C [libsoup-2.4.so.1+0x6ac91] soup_session_feature_detach+0x11
#
# Core dump written. Default location: /home/panthe/eclipse/core or core.5739
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
有人可以帮助我吗?
答案 0 :(得分:97)
检查错误报告https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776。我建议你升级到最新的Eclipse 4.3(开普勒)。
您也可以尝试解决方法suggested in comment #6:
要解决此问题,请将以下内容添加到eclipse.ini
的末尾-Dorg.eclipse.swt.browser.DefaultType = Mozilla浏览器
答案 1 :(得分:1)
升级到4.3或4.4效果更好,因为对于某些Eclipse项目,它会继续崩溃(egit,ADT ......)。如果您运行的是旧版本的Eclipse,我建议您删除旧安装并重新安装新版本的Eclipse。
中安装最新的Eclipse