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 50379 - Deadlock in Children during IDECommitValidation.testXML
Summary: Deadlock in Children during IDECommitValidation.testXML
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST, THREAD
: 50378 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-13 18:04 UTC by Jesse Glick
Modified: 2008-12-22 17:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (14.98 KB, text/plain)
2004-10-13 18:05 UTC, Jesse Glick
Details
Thread dump (18.85 KB, text/plain)
2004-10-13 18:50 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-10-13 18:04:49 UTC
No idea if this is reproducible.
Comment 1 Jesse Glick 2004-10-13 18:05:34 UTC
Created attachment 18273 [details]
Thread dump
Comment 2 Jesse Glick 2004-10-13 18:11:15 UTC
Note that I have Children.java 1.127 (cf. issue #50308), which might
be related.
Comment 3 Jesse Glick 2004-10-13 18:48:16 UTC
Happened to me again, but in a different method.
Comment 4 Jesse Glick 2004-10-13 18:50:12 UTC
Created attachment 18274 [details]
Thread dump
Comment 5 Jaroslav Tulach 2004-10-14 08:23:45 UTC
It is caused by my last commit into Children.
Comment 6 Jaroslav Tulach 2004-10-14 09:53:51 UTC
"#50379: Using LOCK as the lowest, internal lock. This was broken by a
code that tried to post a write request while holding the LOCK"


Checking in src/org/openide/nodes/Children.java;
/cvs/openide/src/org/openide/nodes/Children.java,v  <--  Children.java
new revision: 1.128; previous revision: 1.127
done
Processing log script arguments...
More commits to come...
Checking in
test/unit/src/org/openide/nodes/ChildrenKeysIssue30907Test.java;
/cvs/openide/test/unit/src/org/openide/nodes/ChildrenKeysIssue30907Test.java,v
 <--  ChildrenKeysIssue30907Test.java
new revision: 1.2; previous revision: 1.1
Comment 7 Jesse Glick 2004-10-14 18:50:47 UTC
Seems OK today, thanks.
Comment 8 Jaroslav Tulach 2004-10-18 09:57:19 UTC
*** Issue 50378 has been marked as a duplicate of this issue. ***