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 223730 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: VERIFIED 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-12 14:29 UTC by Jiri Skrivanek
Modified: 2013-01-02 15:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195072


Attachments
stacktrace (1.05 KB, text/plain)
2012-12-12 14:29 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-12-12 14:29:50 UTC
Build: NetBeans IDE Dev (Build 201212120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
mps77: press f4 in debugging repeatedly

jskrivanek: Started debugger for web project and java project, opened Sessions view and called Finish All.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.engineRemoved(VisualDebuggerListener.java:354)
   at org.netbeans.api.debugger.DebuggerManager.fireEngineRemoved(DebuggerManager.java:1466)
   at org.netbeans.api.debugger.DebuggerManager.removeEngine(DebuggerManager.java:1650)
   at org.netbeans.api.debugger.Session.removeEngine(Session.java:447)
Comment 1 Jiri Skrivanek 2012-12-12 14:29:51 UTC
Created attachment 129272 [details]
stacktrace
Comment 2 Martin Entlicher 2012-12-17 14:22:47 UTC
Fixed by changeset:   243147:bb4680752802
http://hg.netbeans.org/core-main/rev/bb4680752802
Comment 3 Quality Engineering 2012-12-18 03:02:45 UTC
Integrated into 'main-golden', will be available in build *201212180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bb4680752802
User: mentlicher@netbeans.org
Log: #223730: Handle component breakpoints separately for each engine.