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 242831

Summary: java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForComodification
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: ilia
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208329
Attachments: stacktrace

Description Exceptions Reporter 2014-03-12 13:43:26 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: I was attaching a process




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.Vector$Itr.checkForComodification(Vector.java:1156)
   at java.util.Vector$Itr.next(Vector.java:1133)
   at org.netbeans.modules.cnd.debugger.common2.debugger.ModelListenerSupport.modelChanged(ModelListenerSupport.java:80)
   at org.netbeans.modules.cnd.debugger.common2.debugger.ModelChangeDelegator.modelChanged(ModelChangeDelegator.java:90)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeSession.update(NativeSession.java:120)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.invalidateSessionData(NativeDebuggerImpl.java:375)
Comment 1 Exceptions Reporter 2014-03-12 13:43:27 UTC
Created attachment 145970 [details]
stacktrace
Comment 2 ilia 2014-04-11 08:14:33 UTC
fixed in 273515:2c64c20010ea
Comment 3 Quality Engineering 2014-04-18 02:40:10 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2c64c20010ea
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #242831 - java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForComodification
Comment 4 Quality Engineering 2014-04-24 02:12:39 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/2f9e045e436a
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #242831 - java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForComodification
(transplanted from 2c64c20010ea43cb98492006b17189d512af32d2)