Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 33681 - Closing editor crashes eclipse with ACCESS_VIOLATION
Summary: Closing editor crashes eclipse with ACCESS_VIOLATION
Status: RESOLVED DUPLICATE of bug 33187
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 11:51 EST by Andrew Agno CLA
Modified: 2003-03-06 11:03 EST (History)
0 users

See Also:


Attachments
Stack trace of Marker id crash. (7.44 KB, text/plain)
2003-03-03 11:54 EST, Andrew Agno CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Agno CLA 2003-03-03 11:51:08 EST
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))
Comment 1 Andrew Agno CLA 2003-03-03 11:54:42 EST
Created attachment 3812 [details]
Stack trace of Marker id crash.



Full stack trace from last log entry before crash.
Comment 2 Andrew Agno CLA 2003-03-06 10:54:15 EST
Reverting to M5, I don't get this problem anymore.
So I got the problem in Linux Motif RC1, but not M5.
Comment 3 Kai-Uwe Maetzel CLA 2003-03-06 11:03:24 EST

*** This bug has been marked as a duplicate of 33187 ***