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 253245 - java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.che...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-29 16:27 UTC by petrk
Modified: 2015-07-15 01:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218233


Attachments
stacktrace (1.35 KB, text/plain)
2015-06-29 16:27 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2015-06-29 16:27:44 UTC
Build: NetBeans IDE Dev (Build 20150629-869e82459cad)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
petrk: Stepped into native method from java (JNI)




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
   at java.util.LinkedList$ListItr.next(LinkedList.java:888)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl$1.run(NativeDebuggerImpl.java:476)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
Comment 1 petrk 2015-06-29 16:27:45 UTC
Created attachment 154432 [details]
stacktrace
Comment 3 Quality Engineering 2015-07-15 01:21:23 UTC
Integrated into 'main-silver', will be available in build *201507150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1fb707371808
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #253245 - java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification