Bug 299616 - ConcurrentModificationException in ApplicationEventAdmin
Summary: ConcurrentModificationException in ApplicationEventAdmin
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ATF (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 04:53 EST by Jacek Pospychala CLA
Modified: 2020-05-07 10:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pospychala CLA 2010-01-14 04:53:08 EST
Exception in thread "Thread-2" java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
	at java.util.AbstractList$Itr.next(AbstractList.java:343)
	at org.eclipse.atf.mozilla.ide.internal.debug.ApplicationEventAdmin.sendEvent(ApplicationEventAdmin.java:82)
	at org.eclipse.atf.mozilla.ide.internal.debug.ApplicationEventAdmin.notifyListeners(ApplicationEventAdmin.java:65)
	at org.eclipse.atf.mozilla.ide.internal.debug.ApplicationEventAdmin.access$1(ApplicationEventAdmin.java:50)
	at org.eclipse.atf.mozilla.ide.internal.debug.ApplicationEventAdmin$1.run(ApplicationEventAdmin.java:42)
	at java.lang.Thread.run(Thread.java:619)