Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 20639 - Exception in log
Summary: Exception in log
Status: RESOLVED DUPLICATE of bug 17081
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-19 09:25 EDT by Dirk Baeumer CLA
Modified: 2002-06-19 10:44 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2002-06-19 09:25:11 EDT
20020618

Found the following exception in the log. I can remember that I tried to 
suspend a thread but I didn't get the stack expanded in the UI. But I was able
to click on resume.


!ENTRY org.eclipse.jdt.debug 4 100 Jun 19, 2002 12:24:48.15
!MESSAGE com.sun.jdi.IncompatibleThreadStateException: Thread was not suspended
occurred retrieving stack frames.
!STACK 0
com.sun.jdi.IncompatibleThreadStateException: Thread was not suspended
        at org.eclipse.jdi.internal.ThreadReferenceImpl.frames(ThreadReferenceIm
pl.java:180)
        at org.eclipse.jdi.internal.ThreadReferenceImpl.frames(ThreadReferenceIm
pl.java:159)
        at org.eclipse.jdt.internal.debug.core.model.JDIThread.getUnderlyingFram
es(JDIThread.java:483)
        at org.eclipse.jdt.internal.debug.core.model.JDIThread.createAllStackFra
mes(JDIThread.java:460)
        at org.eclipse.jdt.internal.debug.core.model.JDIThread.computeStackFrame
s(JDIThread.java:352)
        at org.eclipse.jdt.internal.debug.core.model.JDIThread.computeStackFrame
s(JDIThread.java:432)
        at org.eclipse.jdt.internal.debug.core.model.JDIThread.getStackFrames(JD
IThread.java:336)
        at org.eclipse.debug.internal.ui.views.launch.LaunchViewEventHandler.doH
andleSuspendThreadEvent(LaunchViewEventHandler.java:210)
        at org.eclipse.debug.internal.ui.views.launch.LaunchViewEventHandler.doH
andleSuspendEvent(LaunchViewEventHandler.java:187)
        at org.eclipse.debug.internal.ui.views.launch.LaunchViewEventHandler.doH
andleDebugEvents(LaunchViewEventHandler.java:104)
        at org.eclipse.debug.internal.ui.views.AbstractDebugEventHandler$1.run(A
bstractDebugEventHandler.java:49)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja
va:93)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1504)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1292)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa
der.java:775)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
        at org.eclipse.core.launcher.Main.run(Main.java:698)
        at org.eclipse.core.launcher.Main.main(Main.java:534)
Comment 1 Darin Swanson CLA 2002-06-19 09:45:29 EDT
Dirk, which VM?
Could be dup of bug 17081.
Comment 2 Dirk Baeumer CLA 2002-06-19 09:53:32 EDT
Target VM is JDK 1.4.1 beta
Comment 3 Darin Swanson CLA 2002-06-19 10:44:18 EDT

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