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 185127 - freeform.ui.View$RootNode calls fireNameChange synchronously
Summary: freeform.ui.View$RootNode calls fireNameChange synchronously
Status: RESOLVED DUPLICATE of bug 184501
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2010-04-27 17:17 UTC by mklaehn
Modified: 2010-04-28 14:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168724


Attachments
stacktrace (6.81 KB, text/plain)
2010-04-27 17:17 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2010-04-27 17:17:18 UTC
This bug was originally marked as duplicate of bug 181855, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-5097-on-100418)
VM: Java HotSpot(TM) Server VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows XP

User Comments:
mklaehn: reopening closed project




Stacktrace: 
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1828)
   at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1323)
   at org.openide.util.Mutex.readAccess(Mutex.java:351)
   at org.openide.explorer.view.VisualizerNode$QP.run(VisualizerNode.java:682)
   at org.openide.util.Mutex.doEvent(Mutex.java:1338)
   at org.openide.util.Mutex.writeAccess(Mutex.java:452)
Comment 1 mklaehn 2010-04-27 17:17:23 UTC
Created attachment 98158 [details]
stacktrace
Comment 2 Jesse Glick 2010-04-28 14:25:04 UTC
Right module, incorrect diagnosis. Anyway already fixed in dev sources. (Reporter: beware that if you update random modules from the alpha dev update center, you are not getting all or even most bug fixes made in development builds.)

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