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 - java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.Vector$Itr.checkForCom...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 13:43 UTC by Exceptions Reporter
Modified: 2014-04-24 02:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208329


Attachments
stacktrace (1.53 KB, text/plain)
2014-03-12 13:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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)