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 55901 - Possible deadlock after add a library to web project
Summary: Possible deadlock after add a library to web project
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2005-03-03 15:16 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (15.96 KB, text/plain)
2005-03-03 15:17 UTC, ehucka
Details
full threaddump (18.07 KB, text/plain)
2005-03-22 11:32 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-03-03 15:16:36 UTC
I don't know if it is the right module.

I appended JSP library to web project' libraries,
parsing dialog appeared and during the parsing
dialog "Change Project Properties" appeared too.
After the parsing dialog was closed IDE froze.
Comment 1 ehucka 2005-03-03 15:17:45 UTC
Created attachment 20656 [details]
threaddump
Comment 2 Martin Matula 2005-03-03 15:52:02 UTC
Seems like a problem in locking order of JMManager and some mutex.
I'll look at it.
Comment 3 Martin Matula 2005-03-03 16:01:43 UTC
Fixed.

Checking in src/org/netbeans/modules/javacore/JMManager.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/JMManager.java,v
 <--  JMManager.java
new revision: 1.98; previous revision: 1.97
done
Comment 4 ehucka 2005-03-22 11:31:05 UTC
I have similar problem with j2se project. I tried to add some projects to a
project's classpath. After confirmation of project dialog the "Project
Properties Changed" dialog had appeared and IDE froze.
I'm reopening it now, please check it and if it is not regression of this i will
file a new issue.
Comment 5 ehucka 2005-03-22 11:32:44 UTC
Created attachment 21027 [details]
full threaddump
Comment 6 Martin Matula 2005-03-22 13:25:21 UTC
Eman, the deadlock you have filed is a completely different issue (most likely
in j2se project). Could you please file a separate issue for it? Thanks.
Comment 7 ehucka 2005-04-18 10:42:53 UTC
verified
Comment 8 Quality Engineering 2007-09-20 11:56:14 UTC
Reorganization of java component