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 247453 - ConcurrentModificationException in TopLoggingNbLoggerConsoleTest.testLogLoggingMessagesEndsUpInMultipleFiles
Summary: ConcurrentModificationException in TopLoggingNbLoggerConsoleTest.testLogLoggi...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL: http://deadlock.netbeans.org/job/NB-C...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2014-09-24 15:59 UTC by Martin Entlicher
Modified: 2014-09-26 03:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2014-09-24 15:59:57 UTC
There is a random failure in TopLoggingNbLoggerConsoleTest caused by ConcurrentModificationException:

java.util.ConcurrentModificationException
	at java.util.Hashtable$Enumerator.next(Hashtable.java:1167)
	at org.netbeans.core.startup.TopLogging.<init>(TopLogging.java:108)
	at org.netbeans.core.startup.TopLogging.initialize(TopLogging.java:204)
	at org.netbeans.core.startup.TopLogging.initialize(TopLogging.java:173)
	at org.netbeans.core.startup.TopLoggingNbLoggerConsoleTest.setUp(TopLoggingNbLoggerConsoleTest.java:112)
	at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:423)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:288)
Comment 1 Martin Entlicher 2014-09-24 16:20:55 UTC
Fixed by changeset:   278799:5ec3e4b73bfc
http://hg.netbeans.org/core-main/rev/5ec3e4b73bfc
Comment 2 Quality Engineering 2014-09-26 03:09:20 UTC
Integrated into 'main-silver', will be available in build *201409260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5ec3e4b73bfc
User: mentlicher@netbeans.org
Log: #247453: Prevent from ConcurrentModificationException.