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 110992 - NetBeans 5.5.1 Frozen on Windows XP
Summary: NetBeans 5.5.1 Frozen on Windows XP
Status: RESOLVED DUPLICATE of bug 94807
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-25 18:04 UTC by arungupta
Modified: 2007-10-30 11:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jstack output (19.33 KB, text/plain)
2007-07-25 18:05 UTC, arungupta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arungupta 2007-07-25 18:04:41 UTC
My NetBeans 5.5.1 instance is frozen for past 5 minutes. This is while I'm creating a Web app with jMaki plugin. I'll
attach the jstack output after the bug is created.
Comment 1 arungupta 2007-07-25 18:05:48 UTC
Created attachment 45695 [details]
jstack output
Comment 2 Petr Pisl 2007-07-30 15:08:45 UTC
Ludo, do you know about this? We had similar issue in JSF. For the possible fix looked at the jsf framework implementation. 
Comment 3 Petr Jiricka 2007-10-30 10:52:22 UTC
Looks like the deadlock is in the Projects area - Tomas and David, any ideas?
Comment 4 Petr Jiricka 2007-10-30 10:53:23 UTC
Adding the NO60 keyword as this does not affect the 6.0 standard distribution.
Comment 5 David Konecny 2007-10-30 11:30:08 UTC
This was already fixed. The problem was in SourcePathImplementation.getResources acquiring read project mutex within its
synchronized section. Issue 94807 resolved it by calling ant.PropertyUtils$SequentialPropertyEvaluator.getProperty()
outside of synchronized block.

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