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 218483

Summary: Deadlock at ide startup
Product: platform Reporter: aldobrucale <aldobrucale>
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump
ide log

Description aldobrucale 2012-09-17 16:16:08 UTC
Created attachment 124466 [details]
thread dump

A deadlock took place while the ide splash screen was displaying the "Done loading modules" message.
Comment 1 aldobrucale 2012-09-17 16:16:51 UTC
Created attachment 124467 [details]
ide log
Comment 2 Milos Kleint 2012-09-19 14:23:17 UTC
all the project system's NewFile class does is 
Mutex.EVENT.readAccess(Runnable) which according to javadoc should just post the runnable to awt thread. reassigning to platform/utilities which implements the readAccess method for evaluation
Comment 3 Antonin Nebuzelsky 2012-09-25 10:43:02 UTC

*** This bug has been marked as a duplicate of bug 213926 ***