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 78519 - Deadlock at nodes.Children.getArray():571
Summary: Deadlock at nodes.Children.getArray():571
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-06-20 12:01 UTC by Martin Schovanek
Modified: 2008-12-22 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (32.28 KB, text/plain)
2006-06-20 12:05 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2006-06-20 12:01:24 UTC
[#200606200200, jdk1.5.0]

During automated tests execution, cannot reproduce. See the thread-dump.
Comment 1 Martin Schovanek 2006-06-20 12:05:26 UTC
Created attachment 31213 [details]
Thread Dump
Comment 2 Petr Nejedly 2006-06-30 13:33:28 UTC
getArray() had special case for not waiting when in readAccess, but not for
writeAccess.

Fixed:
openide/nodes/src/org/openide/nodes/Children.java,v1.14
openide/nodes/test/unit/src/org/openide/nodes/ChildrenKeysTest.java,v1.9
Comment 3 Martin Schovanek 2006-08-03 15:39:35 UTC
v.