- XULRunner should be updated to latest version, otherwise the internal browser will crash, for example when showing the Welcome view.
- The workbench will crash when attempting compilation of your workspace for the first time. This seems to be related to a bug in the HotSpot of your JRE: if you take a look at the crashlog and see something like:
Current CompileTask:then, welcome into the club ;)
C2:1504 org.eclipse.core.internal.dtree.DataTreeNode.forwardDeltaWith([Lorg/eclipse/core/internal/dtree/AbstractDataTreeNode;[Lorg/eclipse/core/internal/dtree/AbstractDataTreeNode;Lorg/eclipse/core/internal/dtree/IComparator;)[Lorg/eclipse/core/internal/dtree/AbstractDataTreeNode; (469 bytes)
Fortunately there is a workaround even for this by adding
-XX:CompileCommand=exclude, org/eclipse/ core/internal/ dtree/DataTreeN ode,forwardDelt aWith
in your eclipse.ini JVM options. Kudos to the great community! :D
References
No comments:
Post a Comment