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 243437 - java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode
Summary: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHa...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 08:58 UTC by Exceptions Reporter
Modified: 2014-07-15 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208838


Attachments
stacktrace (1.52 KB, text/plain)
2014-04-01 08:58 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-04-01 08:58:18 UTC
This bug was originally marked as duplicate of bug 239791, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
GUEST: activate C/C++ feature from Options/C++ panel




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:711)
   at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:734)
   at org.netbeans.modules.options.TabbedController.initTabbedPane(TabbedController.java:190)
   at org.netbeans.modules.options.TabbedController.access$100(TabbedController.java:82)
   at org.netbeans.modules.options.TabbedController$1$1.run(TabbedController.java:97)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 Exceptions Reporter 2014-04-01 08:58:21 UTC
Created attachment 146462 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2014-07-15 12:55:20 UTC
This should be fixed by http://hg.netbeans.org/core-main/rev/84620f9afbd4. Please try a latest build and reopen if it happens again. Thank you for reporting