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 193347 - [70cat] com.sun.jdi.request.DuplicateRequestException: Only one step request allowed per thread
Summary: [70cat] com.sun.jdi.request.DuplicateRequestException: Only one step request ...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 23:33 UTC by esmithbss
Modified: 2010-12-17 06:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171957


Attachments
stacktrace (1.87 KB, text/plain)
2010-12-13 23:33 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-12-13 23:33:26 UTC
Build: NetBeans IDE Dev (Build 201012130001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
esmithbss: Stepping through debugging of a Java class which sets a Logging Formatter.

esmithbss: Stepping through a JUnit test for a Java Library.




Stacktrace: 
com.sun.jdi.request.DuplicateRequestException: Only one step request allowed per thread
   at com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.<init>(EventRequestManagerImpl.java:569)
   at com.sun.tools.jdi.EventRequestManagerImpl.createStepRequest(EventRequestManagerImpl.java:737)
   at org.netbeans.modules.debugger.jpda.jdi.request.EventRequestManagerWrapper.createStepRequest(EventRequestManagerWrapper.java:834)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.findOperationArguments(CallStackFrameImpl.java:496)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getChildrenImpl(LocalsTreeModel.java:263)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getChildren(LocalsTreeModel.java:143)
Comment 1 esmithbss 2010-12-13 23:33:30 UTC
Created attachment 104037 [details]
stacktrace
Comment 2 Martin Entlicher 2010-12-16 15:26:56 UTC
Fixed in changeset:   184945:a88893585b0c
http://hg.netbeans.org/main/rev/a88893585b0c
Comment 3 Quality Engineering 2010-12-17 06:18:22 UTC
Integrated into 'main-golden', will be available in build *201012170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a88893585b0c
User: mentlicher@netbeans.org
Log: #193347 Check whether we can submit another step request.