| Summary: | [GTK/Linux] crash opening WOComponent after upgrading: ubuntu 14.02 to 14.04 | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Ray Kiddy <ray> |
| Component: | IDE | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ray Kiddy
Have you tried other JVM or newer version of Eclipse (Luna for instance)? All environments and JVMs that we support for Luna you can find here - http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_4.xml#target_environments Daniel Yes, I have tried using eclipse 4.4. The plugin I depend on is not yet built (reliably) to work with eclipse 4.4.
After much random searching, I found something which fixed a part of the problem with 3.7. I added this to my eclipse.ini file:
-Dorg.eclipse.swt.browser.DefaultType=mozilla
At least now, I can edit java source files and the auto-suggest does not crash. I still get crashes from opening a WOComponent.
But the crash is different. Now, when I open a WOComponent, it says:
Unhandled event loop exception
No more handles [Could not detect registered XULRunner to use]
and then:
An SWT error has occurred.
You are recommended to exit the workbench. etc, etc, etc.
*** This bug has been marked as a duplicate of bug 404776 *** |