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 197276 - AWT thread blocked in DataObject.find
Summary: AWT thread blocked in DataObject.find
Status: RESOLVED DUPLICATE of bug 192193
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 11:14 UTC by Dusan Balek
Modified: 2011-04-13 13:20 UTC (History)
27 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178063


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dusan Balek 2011-03-31 11:14:54 UTC
See NPS snapshots in Exception Reporter.
Comment 1 Jaroslav Tulach 2011-04-13 13:20:18 UTC
Those snapshots that hang in DataObject.find seem to also call 
org.openide.loaders.DataObjectPool.getTargets()
which later calls fileObject.getChildren() and blocks. This has been addressed in bug 192193.

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