Community
Participate
Working Groups
Build Identifier: Eclipse IDE for Java Developers When launching Eclipse, either through a shortcut or by calling eclipse.exe directly, the splash screen is displayed and then within a few seconds closes and the process terminates. It appears that HotSpot is crashing with a EXCEPTION_ACCESS_VIOLATION. I've attached a sample hs_err_pid log file from the eclipse installation directory. Helios was working fine initially for me, and I do not recall what actions I took prior to the crashes beginning. The crash occurs if Eclipse is run in the JRE or if I add a --vm argument to eclipse.ini to point to a JDK. A separate Galileo installation on the same machine runs without problem. Reproducible: Always Steps to Reproduce: 1. Attempt to run Eclipse
Created attachment 176990 [details] HotSpot crash dump
Created attachment 176991 [details] Another HotSpot crash report
This looks more like a problem with the VM than with Eclipse.
(In reply to comment #3) > This looks more like a problem with the VM than with Eclipse. I agree, the error occurs in a native called by the java.util.jar.JarVerifier. The crash file contains information on how to report the problem to the VM vendor.