Eclipse(ADT)崩溃无法编写核心转储。 核心转储已被禁用

我在这里发现了我的问题: 如何修复“无法编写核心转储。 核心转储已被禁用“运行java时出错 :此处: Eclipse在启动时崩溃 ,此处: Eclipse继续崩溃

什么都没有帮助我;

这就是问题:

# A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fa434ffc2a1, pid=6989, tid=140346763503360 # # JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libsoup-2.4.so.1+0x6c2a1] soup_session_feature_detach+0x11 # # 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. 

我这样做:要启用核心转储,请在再次启动Java之前尝试“ulimit -c unlimited”,也没有帮助;

我试图升级,但我有依赖问题。

在过去几天我试图安装思科数据包追踪器,这意味着我安装和卸载一些东西(如ia386 – 东西 – 我不记得包名称)。

如果我无法解决这个问题,我想重新安装ADT或者安装到Intellij。

要进行全新安装(我应该如何备份我的所有插件?)

要解决此问题,请尝试放置此行(与-Dorg略有不同

 org.eclipse.swt.browser.DefaultType=mozilla 

在这个文件的末尾

 eclipse/configuration/config.ini 

我安装了最后一个java版本“1.8.0_05”和一个新的ADT并且崩溃消失了,我不知道是什么产生了这个,但是这个问题的一个很好的捷径是重新安装,并完成这个。

要解决此问题,请输入以下行:

 org.eclipse.swt.browser.DefaultType=mozilla 

在这个文件的末尾

 eclipse/configuration/config.ini 

它会工作得很好!!