Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse continue crashing

today my Eclipse continue crashing and show me this message:

# # 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?

like image 224
Luca Panteghini Avatar asked Nov 25 '13 21:11

Luca Panteghini


People also ask

Why is my Eclipse crashing?

2.1. Once the plugin is installed, Eclipse will ask you to restart your IDE. You restart your IDE, but then all of a sudden your Eclipse crashes. Now assuming that your eclipse was working fine before, chances are that the plugin which you have just installed is corrupted or incompatible.

Why does my Eclipse keep not responding?

If there is a project you earlier imported externally (outside of Workspace), that may cause this problem. If you can access Eclipse try to remove it. If you are getting the 'No responding at startup', then go delete the file at source. This will solve the problem.

Why is my Eclipse IDE not opening?

If you've "installed" Eclipse but are having trouble getting it to run, the most likely cause is that you have not correctly specified the JVM for it to run under. You may need to edit the eclipse. ini file. Another common mistake on Microsoft Windows is a mismatch between the "bittedness" of Eclipse and the JVM/JDK.


1 Answers

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).

Alternativelly you can try workaround suggested in comment #6:

For a workaround add the following to the end of your eclipse.ini

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

like image 54
Pavel Horal Avatar answered Sep 28 '22 19:09

Pavel Horal