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 262522 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: IllegalStateException: Should not acquire Children.MUTEX while holding Projec...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-22 06:09 UTC by javatlacati
Modified: 2016-06-22 06:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220425


Attachments
stacktrace (3.51 KB, text/plain)
2016-06-22 06:09 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-06-22 06:09:43 UTC
This issue was reported manually by javatlacati.
It already has 3 duplicates 


Build: NetBeans IDE Dev JDK9 Branch (Build 201606160515)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
javatlacati: Closed sample of Prolog project

GUEST: tbug

GUEST: Creating test case using wizard




Stacktrace: 
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1935)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.doWrapperAccess(DefaultMutexImplementation.java:1099)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:226)
   at org.openide.util.Mutex.readAccess(Mutex.java:260)
   at org.openide.loaders.DataObject.getNodeDelegateImpl(DataObject.java:355)
   at org.openide.loaders.DataObject.getNodeDelegate(DataObject.java:342)
Comment 1 javatlacati 2016-06-22 06:09:45 UTC
Created attachment 160120 [details]
stacktrace