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 32252

Summary: Deadlock on startup
Product: projects Reporter: David Weatherford <weath>
Component: Generic InfrastructureAssignee: issues@projects <issues>
Status: CLOSED DUPLICATE    
Severity: blocker Keywords: THREAD
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

Description David Weatherford 2003-03-24 19:34:23 UTC
I often get a deadlock when the IDE is starting
up.  The
"AWT-EventQueue-0" thread is initializing the java
editor and makes
a call to ProxyLookup.lookup() which calls into
the projects
subsystem.  While holding a lock on

  org.netbeans.api.projects.ProjectMemberList.LOCK

it then kicks off an
o.n.loaders.FolderList.getChildren task
waits for it.  The "Folder recognizer" task calls into
the projects subsystem to do a getProjectMember(),
which tries
to lock the same string.

See attached thread dump.
Comment 1 David Weatherford 2003-03-24 19:35:13 UTC
Created attachment 9507 [details]
thread dump
Comment 2 Dusan Balek 2003-07-23 16:04:41 UTC
Studying attached thread dump, this deadlock seems to be the same as
in #30950.

*** This issue has been marked as a duplicate of 30950 ***
Comment 3 Jan Becicka 2003-11-25 13:59:35 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:08:24 UTC
---> CLOSED