Community
Participate
Working Groups
Build Identifier: Helios 3.6 (unable to retrieve build due to startup crash) After installing the GWT and Google AppEngine plugins from http://dl.google.com/eclipse/plugin/3.6, Eclipse crashes on startup. Env: OS X 10.6.4 (Snow Leopard), Java 6 Update 2 Reproducible: Always Steps to Reproduce: 1.Install GWT and App Engine SDKs from http://dl.google.com/eclipse/plugin/3.6 2.Restart Eclipse 3.
Created attachment 175489 [details] Call stack/thread dump attached call stack dump
What happens if you add -nosplash to the command line or eclipse.ini file?
Unfortunately, the change for bug 308844 caused this because it masks a Java exception being thrown during startup. I'll try a local fix that backs that out and then I'll paste in the Java exception.
Try Andrew's suggestion of -nosplash, too. It should get you around the crash.
After rolling back the change in callback.c, it looks like something is swallowing/handling the Java exception because I can't get an exception dump to appear. The other interesting part is that I don't see any startup messages in the splash screen, but Eclipse still launches. Fixed in HEAD > 20100729. This is probably a 3.6.1 candidate.
*** Bug 335729 has been marked as a duplicate of this bug. ***