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 188405 - java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.n...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
: 187466 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-06 13:43 UTC by Alexandr Scherbatiy
Modified: 2011-08-16 11:13 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171026


Attachments
stacktrace (1.49 KB, text/plain)
2010-07-06 13:43 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-07-06 13:43:34 UTC
Build: NetBeans IDE 6.9.1 Dev (Build 201007042301)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
   at java.util.HashMap$KeyIterator.next(HashMap.java:828)
   at org.netbeans.modules.progress.ui.PopupPane.updateBoldFont(PopupPane.java:174)
   at org.netbeans.modules.progress.ui.StatusLineComponent$2.valueChanged(StatusLineComponent.java:267)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
Comment 1 Alexandr Scherbatiy 2010-07-06 13:43:39 UTC
Created attachment 100621 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-08-17 12:17:36 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171026
Comment 3 Exceptions Reporter 2011-03-29 20:49:01 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171026
Comment 4 Marian Mirilovic 2011-03-30 12:37:06 UTC
This is a new P2 (>20 dups), please at least evaluate for stopper(NB 7.0) status. If you decide to not fix it ask for waiver. Thanks in advance.
Comment 5 Antonin Nebuzelsky 2011-03-30 14:31:12 UTC
rather a P3, but keeping as P2 now and asked for waiver
Comment 6 _ wadechandler 2011-03-31 08:13:31 UTC
@Alexandr what were you doing which caused this to occur? Can you provide steps to reproduce?
Comment 7 _ wadechandler 2011-03-31 08:20:04 UTC
Removing souza because the email address was returned as invalid. The alias was pointing to alan@tiesoftware.com.
Comment 8 Alexandr Scherbatiy 2011-03-31 12:01:59 UTC
> @Alexandr what were you doing which caused this to occur?
It was a year ago. Sorry, I do not remember.
Comment 10 Quality Engineering 2011-05-31 19:29:52 UTC
Integrated into 'main-golden', will be available in build *201105310954* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7a0b38c8150b
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #188405: ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Comment 11 Quality Engineering 2011-06-01 13:32:02 UTC
Integrated into 'main-golden', will be available in build *201106010401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7a0b38c8150b
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #188405: ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Comment 12 Quality Engineering 2011-06-02 21:07:56 UTC
Integrated into 'main-golden', will be available in build *201106021001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7a0b38c8150b
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #188405: ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry
Comment 13 Quality Engineering 2011-06-03 18:18:55 UTC
Integrated into 'main-golden', will be available in build *201106031000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8be0341116ec
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #188405: Rewritten the fix to simpler code using Mutex.EVENT.
Comment 14 Jan Peska 2011-08-16 11:13:33 UTC
*** Bug 187466 has been marked as a duplicate of this bug. ***