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 161529 - Deadlock on startup
Summary: Deadlock on startup
Status: RESOLVED DUPLICATE of bug 160512
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 23:47 UTC by _ tboudreau
Modified: 2009-03-31 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (34.10 KB, text/plain)
2009-03-30 23:48 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-03-30 23:47:49 UTC
Started NetBeans with several J2SE projects open and one NetBeans (non nbsrc) module project open. Clicked the expansion
handle on the NetBeans module project.  UI was frozen, deadlock detected at bottom of attached thread dump -
synchronization in OpenProjectsList is the problem.  

Seems to be the logging code that is causing it (via Node.toString() [!!]), but clearly there is something wrong with
the way synchronization is being done here.
Comment 1 _ tboudreau 2009-03-30 23:48:15 UTC
Created attachment 79094 [details]
Thread dump
Comment 2 Antonin Nebuzelsky 2009-03-31 13:14:01 UTC
Jardo, your regression from issue 128692.
Comment 3 Jaroslav Tulach 2009-03-31 13:39:34 UTC

*** This issue has been marked as a duplicate of 160512 ***