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 250614 - 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: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-22 18:22 UTC by achirizzi
Modified: 2015-03-04 03:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215590


Attachments
stacktrace (1.02 KB, text/plain)
2015-02-22 18:22 UTC, achirizzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description achirizzi 2015-02-22 18:22:09 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
achirizzi: Debugging a C file (debugger on, at breakpoing, inpecting an extern char* variable)




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
   at java.util.ArrayList$Itr.next(ArrayList.java:831)
   at org.netbeans.modules.cnd.debugger.common2.debugger.WatchBag.watchesFor(WatchBag.java:67)
   at org.netbeans.modules.cnd.debugger.common2.debugger.WatchModel.getChildrenCount(WatchModel.java:158)
   at org.netbeans.spi.viewmodel.Models$DelegatingTreeModel.getChildrenCount(Models.java:1829)
   at org.netbeans.spi.viewmodel.Models$CompoundModel.getChildrenCount(Models.java:4439)
Comment 1 achirizzi 2015-02-22 18:22:11 UTC
Created attachment 152142 [details]
stacktrace
Comment 2 henk89 2015-03-03 07:40:03 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/787c609c9eb7
Comment 3 Quality Engineering 2015-03-04 03:56:58 UTC
Integrated into 'main-silver', will be available in build *201503040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/787c609c9eb7
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #250614 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification