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 183013 - java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.che...
Status: RESOLVED DUPLICATE of bug 182994
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 13:02 UTC by pete911
Modified: 2010-03-29 13:01 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163837


Attachments
stacktrace (3.11 KB, text/plain)
2010-03-28 13:02 UTC, pete911
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pete911 2010-03-28 13:02:50 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista

User Comments:
GUEST: on start

skappel: Startup of IDE

kangaroody: just restarted netbeans, after i killed it because of unresponsiveness(high cpu-usage)

GUEST: starting netbeans

pete911: just started netbeans.

Chiana: Started IDE, don't know what I'm doing, just fooling around...

GUEST: I started the IDE

pmadley: I don't think I did anything.

I just opened up NetBeans.

Then this.

vkvashin: I started NB (C/C++ only) and tried connecting remote host.

GUEST: Startup "scanning projects."

GUEST: Start NetBeans

GUEST: started netbeans with some scala files in the editor




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
   at java.util.LinkedList$ListItr.add(LinkedList.java:752)
   at org.openide.util.EditableProperties.addItem(EditableProperties.java:393)
   at org.openide.util.EditableProperties.put(EditableProperties.java:250)
   at org.netbeans.core.startup.preferences.NbPreferences.putSpi(NbPreferences.java:123)
   at java.util.prefs.AbstractPreferences.put(AbstractPreferences.java:234)
Comment 1 pete911 2010-03-28 13:02:59 UTC
Created attachment 96098 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2010-03-29 13:01:07 UTC

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