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 162740 - [67cat] com.sun.jdi.request.InvalidRequestStateException: step request instance of java.lang.Thread(name='Reconnector for 192.168.1.115', id=2) (deleted)
Summary: [67cat] com.sun.jdi.request.InvalidRequestStateException: step request instan...
Status: CLOSED DUPLICATE of bug 145416
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2009-04-15 17:37 UTC by aldobrucale
Modified: 2010-04-29 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149569


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2009-04-15 17:37:56 UTC
Build: NetBeans IDE Dev (Build 200904150201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, i386

User Comments:
aldobrucale: Remotely debugging a java app



Stacktrace: 
com.sun.jdi.request.InvalidRequestStateException: step request instance of java.lang.Thread(name='Reconnector for 192.168.1.115', id=2) (deleted)
        at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.invalidState(EventRequestManagerImpl.java:97)
        at com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl.addClassExclusionFilter(EventRequestManagerImpl.java:273)
        at org.netbeans.modules.debugger.jpda.jdi.request.StepRequestWrapper.addClassExclusionFilter(StepRequestWrapper.java:62)
        at org.netbeans.modules.debugger.jpda.actions.StepIntoNextMethod.addPatternsToRequest(StepIntoNextMethod.java:437)
        at org.netbeans.modules.debugger.jpda.actions.StepIntoNextMethod.propertyChange(StepIntoNextMethod.java:189)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
Comment 1 Martin Entlicher 2009-04-16 13:20:29 UTC
Synchronized access to StepIntoNextMethod.stepRequest is necessary.
Comment 2 Martin Entlicher 2009-04-29 09:17:51 UTC
This is a duplicate of issue #145416 in fact.

*** This issue has been marked as a duplicate of 145416 ***
Comment 3 Quality Engineering 2010-04-29 09:50:08 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.