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 81230

Summary: Deadlock when opening EAR
Product: platform Reporter: Jan Horvath <jhorvath>
Component: -- Other --Assignee: Petr Nejedly <pnejedly>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: issues, mkrauskopf
Priority: P2 Keywords: THREAD
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump
testing project

Description Jan Horvath 2006-07-27 09:39:51 UTC
build 200607270000

-start IDE
-open EAR
--> deadlock, Opening Projects progress dialog is showing 0%
Comment 1 Jan Horvath 2006-07-27 09:40:21 UTC
Created attachment 32253 [details]
thread dump
Comment 2 Jan Horvath 2006-07-27 09:42:03 UTC
Created attachment 32254 [details]
testing project
Comment 3 Martin Krauskopf 2006-07-27 15:50:29 UTC
Either the threaddump is not complete or bug in Mutex? Petre please take a look
at it. Just read accesses, no write access. More over, one is able to enter read
access and after that hangs on acquiring read access in the same stack on the
same mutex.

PS: nothing has to do with earproject, rather webproject if any
Comment 4 Petr Nejedly 2006-07-27 16:06:29 UTC
The thread dump is strange, at least (OK, MAC uses different format it seems).
I see only read accesses in there, but there might be a posted write access (not
visible in the thread dump yet) that prevents additional readers to enter.
See issue 68106, fixed in trunk.

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