Java Eclipse 继续崩溃
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20203771/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse continue crashing
提问by Luca Panteghini
today my Eclipse continue crashing and show me this message:
今天我的 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.
#
Someone can help me?
有人可以帮助我吗?
采纳答案by Pavel Horal
Check bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776. I suggest you to upgrade to the newest Eclipse 4.3 (Kepler).
检查错误报告https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776。我建议您升级到最新的 Eclipse 4.3 (Kepler)。
Alternativelly you can try workaround suggested in comment #6:
或者,您可以尝试在评论 #6 中建议的解决方法:
For a workaround add the following to the end of your eclipse.ini
-Dorg.eclipse.swt.browser.DefaultType=mozilla
如需解决方法,请将以下内容添加到 eclipse.ini 的末尾
-Dorg.eclipse.swt.browser.DefaultType=mozilla
回答by Gregor Grajzar
Upgrade to 4.3 or 4.4 works better, since for some Eclipse projects it continues to crash (egit, ADT...). If you are running old version of Eclipse I suggest you to delete the old installation and reinstall new version of Eclipse.
升级到 4.3 或 4.4 效果更好,因为对于某些 Eclipse 项目,它会继续崩溃(例如,ADT...)。如果您运行的是旧版本的 Eclipse,我建议您删除旧安装并重新安装新版本的 Eclipse。
Install latest Eclipse in Ubuntu 14.04
在Ubuntu 14.04 中安装最新的 Eclipse