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 212028 - [72cat] The IDE froze when opening a Java SE project
Summary: [72cat] The IDE froze when opening a Java SE project
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2012-05-03 15:11 UTC by Michel Graciano
Modified: 2012-05-05 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dunp (37.02 KB, application/octet-stream)
2012-05-03 15:11 UTC, Michel Graciano
Details
Log file (84.37 KB, application/octet-stream)
2012-05-03 15:12 UTC, Michel Graciano
Details
Threads of interest (8.65 KB, text/plain)
2012-05-03 18:37 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-05-03 15:11:22 UTC
[ BUILD # : 2dd08b495d72 ]
[ JDK VERSION : 1.7.4 ]

I was running the IDE for a couple of hours now and I have opened and closed
several project during this time, so I don't know exactly how to reproduce it
but I will attach soon the thread dump I have created. The problem happened
when I was opening a Java SE project, and that time I had just an free Form
project opened.
Comment 1 Michel Graciano 2012-05-03 15:11:52 UTC
Created attachment 119038 [details]
Thread dunp
Comment 2 Michel Graciano 2012-05-03 15:12:59 UTC
Created attachment 119039 [details]
Log file
Comment 3 Jesse Glick 2012-05-03 18:37:16 UTC
Created attachment 119046 [details]
Threads of interest
Comment 4 Jesse Glick 2012-05-03 18:38:45 UTC
Lock ordering conflict between J2SELogicalViewProvider and PM.mutex, I think. Probably solvable by making J2SELogicalViewProvider$OpenManagersWeakListener.propertyChange run asynch.
Comment 5 Tomas Zezula 2012-05-04 10:46:55 UTC
Fixed jet-main 629c015473ca
Comment 6 Quality Engineering 2012-05-05 10:23:11 UTC
Integrated into 'main-golden', will be available in build *201205050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/629c015473ca
User: Tomas Zezula <tzezula@netbeans.org>
Log: #212028:[72cat] The IDE froze when opening a Java SE project