This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 223439 - com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ThreadReferenceImpl.privateFrames
Summary: com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ThreadRefer...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 18:56 UTC by Exceptions Reporter
Modified: 2013-01-10 03:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196215


Attachments
stacktrace (975 bytes, text/plain)
2012-12-06 18:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-06 18:56:34 UTC
This bug was originally marked as duplicate of bug 213788, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20121205-23a7e5d58cc6)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

Stacktrace: 
com.sun.jdi.IncompatibleThreadStateException
   at com.sun.tools.jdi.ThreadReferenceImpl.privateFrames(ThreadReferenceImpl.java:436)
   at com.sun.tools.jdi.ThreadReferenceImpl.frame(ThreadReferenceImpl.java:355)
   at org.netbeans.modules.debugger.jpda.jdi.ThreadReferenceWrapper.frame(ThreadReferenceWrapper.java:165)
   at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.setLastOperation(StepActionProvider.java:528)
   at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.setLastOperation(StepActionProvider.java:518)
   at org.netbeans.modules.debugger.jpda.actions.StepActionProvider.exec(StepActionProvider.java:386)
Comment 1 Exceptions Reporter 2012-12-06 18:56:40 UTC
Created attachment 129003 [details]
stacktrace
Comment 2 Martin Entlicher 2013-01-08 17:48:48 UTC
Fixed by changeset:   244117:e0f87a0aa3e1
http://hg.netbeans.org/core-main/rev/e0f87a0aa3e1
Comment 3 Quality Engineering 2013-01-10 03:32:28 UTC
Integrated into 'main-golden', will be available in build *201301100107* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e0f87a0aa3e1
User: mentlicher@netbeans.org
Log: #223439: Handle the case when the thread was already resumed after the step by some other means.