| Summary: | crashes with java exit code 1 on shared workspace after moving to new computer | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Missing name <weltensturm> | ||||||
| Component: | Resources | Assignee: | Platform-Resources-Inbox <platform-resources-inbox> | ||||||
| Status: | RESOLVED DUPLICATE | QA Contact: | |||||||
| Severity: | critical | ||||||||
| Priority: | P3 | CC: | aniefer, jamesblackburn+eclipse | ||||||
| Version: | 3.7 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Missing name
Only appears to happen on Windows. Created attachment 191512 [details]
workspace settings
Cannot load workspace anymore on windows at all.
These are the settings (.metadata) for said workspace.
(In reply to comment #0) > Part of the console output: > > A fatal error has been detected by the Java Runtime Environment: > > EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d93c4eb, pid=2908, > tid=744 > > JRE version: 6.0_24-b07 > Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode windows-amd64 > compressed oops) > Problematic frame: > V [jvm.dll+0x14c4eb] Is there more to this output? Can you attach it here? (In reply to comment #3) > (In reply to comment #0) > > Part of the console output: > > > > A fatal error has been detected by the Java Runtime Environment: > > > > EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d93c4eb, pid=2908, > > tid=744 > > > > JRE version: 6.0_24-b07 > > Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode windows-amd64 > > compressed oops) > > Problematic frame: > > V [jvm.dll+0x14c4eb] > > Is there more to this output? Can you attach it here? I can't since it now throws me an error directly when loading the workspace, but the log files are in the workspace settings attachment. There are a bunch of unrelated NPE errors in the log, I raised bug 340464 on the CDT. If you can attach it there, they would likely be interested in "/X11 01/src/include/window_x11.cpp". I'm moving this bug over to the platform since the root exception in the log here is org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/X11 01/src/main.cpp' not found. at org.eclipse.core.internal.dtree.AbstractDataTree.handleNotFound(AbstractDataTree.java:257) at org.eclipse.core.internal.dtree.DeltaDataTree.getData(DeltaDataTree.java:585) at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:50) at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59) at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59) at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:47) at org.eclipse.core.internal.dtree.DeltaDataTree.asBackwardDelta(DeltaDataTree.java:88) at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:816) at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815) at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:792) at org.eclipse.core.internal.watson.ElementTree.immutable(ElementTree.java:517) at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:688) at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1503) at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2134) at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1883) at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:406) This is during activation of org.eclipse.core.resources leading to java.lang.NoClassDefFoundError later. I'm not sure what the native crash log would have been about. Created attachment 191532 [details]
window manager part x11
I don't know if it matters, but I was also using hard links to use the same file in more than one project.
And sorry, I've never been good at finding the section something belongs to.
(In reply to comment #5) > There are a bunch of unrelated NPE errors in the log, I raised bug 340464 on > the CDT. If you can attach it there, they would likely be interested in "/X11 > 01/src/include/window_x11.cpp". This root exception is bug 149121. Can be caused by moving a workspace after a crash, for example. *** This bug has been marked as a duplicate of bug 149121 *** Okay sorry, this has nothing to do with moving the files. It happens even with a clean extract (.eclipse folder deleted) and a new workspace, most when I am saving a new .cpp file. Now this only happens on 64 bit eclipse, 32 works so far. A little unrelated: to work with 64 bit eclipse a 64 bit java installation is required, but the only way to install it is through Internet Explorer 64 Bit (with no hints to that at all), which is a little confusing. Now I would appreciate it if somebody would tell me if I should reopen a new bug for that, reopen this one or post the information to bug 340464. (In reply to comment #8) > Okay sorry, this has nothing to do with moving the files. It happens even with > a clean extract (.eclipse folder deleted) and a new workspace, most when I am > saving a new .cpp file. Now this only happens on 64 bit eclipse, 32 works so > far. That's a different issue, very likely: bug 333227. |