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 67277 - Deadlock while opening project
Summary: Deadlock while opening project
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: RANDOM, THREAD
: 67297 (view as bug list)
Depends on: 176585
Blocks:
  Show dependency tree
 
Reported: 2005-10-21 10:14 UTC by Jaromir Uhrik
Modified: 2010-04-13 00:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump from Linux... (21.23 KB, text/plain)
2005-10-21 10:16 UTC, Jaromir Uhrik
Details
Similar thread dump from Mac OS... (22.02 KB, text/plain)
2005-10-21 10:18 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2005-10-21 10:14:56 UTC
[daily build #200510201800]
Started IDE with clean userdir and finished Open Project wizard. IDE hangs then
with "Opening Project" dialog opened.
Comment 1 Jaromir Uhrik 2005-10-21 10:16:12 UTC
Created attachment 26207 [details]
Thread dump from Linux...
Comment 2 Jaromir Uhrik 2005-10-21 10:18:02 UTC
Created attachment 26208 [details]
Similar thread dump from Mac OS...
Comment 3 Jaromir Uhrik 2005-10-21 10:20:29 UTC
Honzo, I am not able to find reproducible testcase, but this seems to happen
randomly when opening project(s). It is probabaly related to yesterday's fix of
issue #67114.
Comment 4 Jan Lahoda 2005-10-21 10:23:42 UTC
I do not think it is related to the yesterday's change. Will need to investigate
more deeply.
Comment 5 Jan Lahoda 2005-10-21 13:27:08 UTC
*** Issue 67297 has been marked as a duplicate of this issue. ***
Comment 6 Jan Lahoda 2005-10-21 14:55:20 UTC
Hopefully fixed in the trunk. Please test carefully opening various projects
under various circumstances, thanks.

Checking in OpenProjectList.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java,v
 <--  OpenProjectList.java
new revision: 1.41; previous revision: 1.40
done
Comment 7 Jaromir Uhrik 2005-11-14 08:17:58 UTC
The deadlock hasn't appeared since the commit. Verified.