Community
Participate
Working Groups
Sometimes, when I close a Java editor, I get the following: Unexpected exception has occurred: ReportedExceptionCode = b, at ExceptionAddress = 4296957f ACCESS_VIOLATION occured outside Interpreter and JITed code ExecMode = EXECMODE_JITCOMPILE JVMDG217: Dump Handler is Processing a Signal - Please Wait. My log gives similar stuff every time--a snippet follows. The only thing that changes is the 'Marker id'. I'm running on a Debian Linux (using testing), and have run with both the IBM and Sun JDKs (The Sun one is: java.version=1.4.1_01). I'll attach a full stack trace in the next comment. !SESSION Mar 03, 2003 08:29:08.12 ---------------------------------------------- java.fullversion=J2RE 1.4.0 IBM build cxia32140-20020917a (JIT enabled: jitc) BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en Command-line arguments: -os linux -ws motif -arch x86 -data /home/lagno/projects/eclipse/workspace-prs2 -install file:/home/lagno/stow/eclipse-RC1-motif/ !ENTRY org.eclipse.ui 4 0 Mar 03, 2003 08:29:08.13 !MESSAGE Exception creating image descriptor for: org.eclipse.search.searchmarker !STACK 1 org.eclipse.core.internal.resources.ResourceException: Marker id: 5448 not found. at org.eclipse.core.internal.resources.Marker.checkInfo(Marker.java(Compiled Code)) at org.eclipse.core.internal.resources.Marker.isSubtypeOf(Marker.java(Compiled Code)) at org.eclipse.core.internal.resources.Marker.isSubtypeOf(Marker.java(Compiled Code)) at org.eclipse.ui.internal.registry.MarkerImageProviderRegistry.getImageDescriptor(MarkerImageProviderRegistry.java:90) at org.eclipse.ui.internal.model.WorkbenchMarker.getImageDescriptor(WorkbenchMarker.java:35) at org.eclipse.ui.texteditor.MarkerAnnotation.getImage(MarkerAnnotation.java:251) at org.eclipse.jdt.internal.ui.javaeditor.JavaMarkerAnnotation.getImage(JavaMarkerAnnotation.java:268) at org.eclipse.ui.texteditor.MarkerAnnotation.paint(MarkerAnnotation.java:196) at org.eclipse.jface.text.source.AnnotationRulerColumn.doPaint(AnnotationRulerColumn.java(Compiled Code)) at org.eclipse.jface.text.source.AnnotationRulerColumn.doubleBufferPaint(AnnotationRulerColumn.java:241) at org.eclipse.jface.text.source.AnnotationRulerColumn.redraw(AnnotationRulerColumn.java:438) at org.eclipse.jface.text.source.AnnotationRulerColumn$4.run(AnnotationRulerColumn.java:425) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
Created attachment 3812 [details] Stack trace of Marker id crash. Full stack trace from last log entry before crash.
Reverting to M5, I don't get this problem anymore. So I got the problem in Linux Motif RC1, but not M5.
*** This bug has been marked as a duplicate of 33187 ***