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 15588 - ConcurrentModificationException in DataObjectPool
Summary: ConcurrentModificationException in DataObjectPool
Status: CLOSED DUPLICATE of bug 14872
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-18 14:16 UTC by _ pkuzel
Modified: 2008-12-22 23:23 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 _ pkuzel 2001-09-18 14:16:35 UTC
While coping deep package across filesystems:

 Tue Sep 18 15:04:53 CEST 2001: java.util.ConcurrentModificationException:
Posted StackTrace
Annotation: Exception occurred in Request Processor
org.openide.util.RequestProcessor$Holder: Posted StackTrace(task
org.openide.loaders.DataObjectPool@43e82b [-2143, 1, -1])
        at
org.openide.util.RequestProcessor$Task.createHolder(RequestProcessor.java:322)
        at
org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:346)
        at org.openide.loaders.DataObjectPool.run(DataObjectPool.java:216)
        at org.openide.util.Task.run(Task.java:152)
[catch] at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:611)
 
Tue Sep 18 15:04:53 CEST 2001: java.util.ConcurrentModificationException: null
java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.next(HashMap.java:736)
        at org.openide.loaders.DataObjectPool.run(DataObjectPool.java:226)
        at org.openide.util.Task.run(Task.java:152)
[catch] at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:611)

It seems like a race condition between run() and
register(FileObject,DataLoader).
Comment 1 Jan Zajicek 2001-09-19 11:52:48 UTC
already entered

*** This issue has been marked as a duplicate of 14872 ***
Comment 2 Quality Engineering 2003-07-01 16:04:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 3 Quality Engineering 2003-07-01 16:38:16 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.