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 9656 - Deadlock while building
Summary: Deadlock while building
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-16 16:31 UTC by David Strupl
Modified: 2008-12-22 20:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
End of the builders log (14.80 KB, text/plain)
2001-07-20 20:38 UTC, David Strupl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2001-02-16 16:31:05 UTC
According to Milan Kubec it started this week. Attaching his thread dump.
Comment 1 David Strupl 2001-02-16 16:31:45 UTC
Created attachment 631 [details]
End of the builders log
Comment 2 David Strupl 2001-02-16 16:44:35 UTC
I have no clue. Maybe this changed something
http://www.netbeans.org/unbranded-source/browse/openide/src/org/openide/nodes/Children.java.diff?r1=1.80&r2=1.81

I really don't know - Yarda, can I assign this to you?
Comment 3 David Strupl 2001-02-16 16:48:11 UTC
Assigning back to openide.
Comment 4 Jaroslav Tulach 2001-02-18 15:56:51 UTC
The problem is in "main". Services.addSection is very badly implemented. The
simplest solution is not to try to lock on MUTEX there. postRequest in
ServicesChildren.propertyChange should be enough.
Comment 5 David Strupl 2001-02-19 10:21:29 UTC
Testing the fix. Hopefully will commit soon.
Comment 6 David Strupl 2001-02-19 10:51:34 UTC
Change in Services.addService commited to the main trunk. Marking as FIXED. If
someone can see it after the commit please reopen.
Comment 7 Marian Mirilovic 2001-11-28 18:08:24 UTC
seems like fixed
- closed