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 219697 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
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-10-08 11:05 UTC by williambacchi
Modified: 2012-10-11 01:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189878


Attachments
stacktrace (958 bytes, text/plain)
2012-10-08 11:05 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2012-10-08 11:05:51 UTC
Build: NetBeans IDE Dev (Build 201210050002)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows XP

User Comments:
GUEST: Trying to kill all debugged processes (3) using Finish All command in Sessions pane




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.remove(ArrayList.java:805)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.engineRemoved(VisualDebuggerListener.java:343)
   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 williambacchi 2012-10-08 11:05:53 UTC
Created attachment 125571 [details]
stacktrace
Comment 2 Martin Entlicher 2012-10-10 11:39:26 UTC
Fixed by changeset:   235513:a01897da0da4
http://hg.netbeans.org/main/rev/a01897da0da4
Comment 3 Quality Engineering 2012-10-11 01:59:49 UTC
Integrated into 'main-golden', will be available in build *201210110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a01897da0da4
User: mentlicher@netbeans.org
Log: #219697: Fix of ConcurrentModificationException.