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 249327 - java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkFor...
Status: RESOLVED DUPLICATE of bug 254399
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-12 15:58 UTC by Vladimir Kvashin
Modified: 2015-09-02 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214125


Attachments
stacktrace (801 bytes, text/plain)
2014-12-12 15:58 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-12-12 15:58:50 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
vkvashin: Manipulated with tool chains - removed, added, etc...




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
   at java.util.ArrayList$Itr.next(ArrayList.java:851)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerImpl.completeCompilerSetsSettings(CompilerSetManagerImpl.java:878)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerImpl.completeCompilerSets(CompilerSetManagerImpl.java:874)
   at org.netbeans.modules.cnd.toolchain.compilerset.CompilerSetManagerImpl.add(CompilerSetManagerImpl.java:1084)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel$1.run(ToolsPanel.java:318)
Comment 1 Vladimir Kvashin 2014-12-12 15:58:51 UTC
Created attachment 151082 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-02 16:44:18 UTC

*** This bug has been marked as a duplicate of bug 254399 ***