Community
Participate
Working Groups
Just try to edit the attached file. I am using Eclipse 3.1.1 with WTP 1.0, on Ubuntu Breezy.
Created attachment 33429 [details] testcase for crashing eclipse
Which editor did you use? Can you provide the VM dump for the crash? Works for me using Text editor, but freezes UI for quite some time due to bug 124836.
I used the text editor. Where is the VM dump located?
It's normally either with the java command or eclipse.exe.
I am running Linux. My account has not got any write permissions on the Java installation directory. The eclipse installation directory would be writable, but I can't find any VM dump there. How would that file be called?
Also check your home directory. An exemplary name is "hs_err_pid4593.log"
There is not single file starting with "hs_err_" on my filesystem. Maybe Eclipse doesn't crash, but exit "normally"? There is an Error box appearing, saying "JVM terminated. Exit code=1 [...]".
Which Java virtual machine are you using? java -version This is probably another "huge X window breaks limit, causes crashes" problems.
I'm running $ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
*** This bug has been marked as a duplicate of 87299 ***