Eclipse keeps Crashing randomly in Ubuntu 14.10

Asked by !ncredible

I am running Eclipse Luna on my Ubuntu 14.10. But, It is getting crashed again and again. Sometimes just after startup and sometimes while working on it. This behaviour is very random.

I looked for some workarounds on the internet. one of which was adding following line in the eclipse.ini file

-Dorg.eclipse.swt.browser.DefaultType=mozilla

but, it is still crashing.

I ran eclipse from command line and this is what happened when it starts and then it crashes and print last line in the following output

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: /home/incredible/दस्तावेज़/Eclipse Workspacw/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.5.0.20140606-0033.xml
org.eclipse.m2e.logback.configuration: Initializing logback
java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String
 at org.eclipse.m2e.logback.configuration.LogHelper.logJavaProperties(LogHelper.java:26)
 at org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:189)
 at org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144)
 at org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107)
 at org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62)
 at java.util.TimerThread.mainLoop(Timer.java:555)
 at java.util.TimerThread.run(Timer.java:505)
eclipse: /build/buildd/cairo-1.13.0~20140204/src/cairo-pattern.c:3629: _cairo_pattern_get_extents: Assertion `status == CAIRO_STATUS_SUCCESS' failed.
Aborted

Please suggest

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

java -version

Thanks

Revision history for this message
!ncredible (atul498) said :
#2

My Java version is

incredible@incredible:~$ java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~utopic1)
OpenJDK Server VM (build 24.75-b04, mixed mode)

In Gnome-Shell is more critical. When I log in to Gnome-Shell and starts working on Eclipse, it is restarting the system after sometime.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.