更新13.10到14.04ubuntuKylin系统后,eclipse经常crash,求解决方案

附件为eclipse在 crash后产生的log,我这边不太会看。能不能教流一下。
eclipse.zip (134 KB)

你这log下载还要扣钱呢, 莫坑, 直接发出来吧

我这边没有注意到,你能看到是怎么造成eclipse crash的原因么
eclipse.zip (134 KB)

这边如何取消下载收费呢?

http://stackoverflow.com/questions/23516589/eclipse-crashed-on-ubuntu-14-04
但是为什么,我不清楚,正在测试这个设置是否能用。若是能告诉我为什么,我会很感谢你的。
真心希望中文的ubuntu做的更棒一些。

http://stackoverflow.com/questions/23172416/eclipseandroid-bundle-crashing.

Windows>Preferences>Java>Editor>Content Assist. Scroll down to Auto Activation and disable auto activation
暂时可以修复crash的问题。但是用起来相当不方便。

eclipse還是会有时候 crash。虽然频率有点低。

试试这个: http://www.linuxidc.com/Linux/2014-05/101750.htm

解决方案:

修改myeclipse.ini文件,
-Xmx512m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m
-Dosgi.nls.warnings=ignore
把内存分配调大一些,不要担心myeclipse真的会使用过多内存,这个软件是十分负责的,不是给多少内存就用多少。这个没有完全解决问题。

然后在此文件中追加:
-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
-Dorg.eclipse.swt.browser.XULRunnerPath==/usr/lib/xulrunner-2
第一条是打开jsp文件闪退,第二、三条是打开class文件闪退,完全不是使用代码提示的原因。

经过本人测试,解决方案如上
暂时没有发现任何crash的痕迹,下面是eclipse 官网 上解释crash的原因,。各位感兴趣的可以看看。
原文地址:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776

To work around this with 4.2.2 you need to add two lines to the end of your eclipse.ini:

  1. the line in comment 6
  2. -Dorg.eclipse.swt.browser.XULRunnerPath= where is the full path to a downloaded XULRunner to use (XULRunner 10 is suggested since it’s the latest supported release). If for some reason this does not work then you can substitute an invalid path for (eg.- “/dev/null”), which will run with no browser support (base eclipse runs generally fine without browser support).