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 - Deadlock at ide startup
Summary: Deadlock at ide startup
Status: RESOLVED DUPLICATE of bug 213926
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 16:16 UTC by aldobrucale
Modified: 2012-09-25 10:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (22.48 KB, text/plain)
2012-09-17 16:16 UTC, aldobrucale
Details
ide log (31.95 KB, text/x-log)
2012-09-17 16:16 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***