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 210403

Summary: Deadlock: Paste into nodes and PackageRootNode$PathFinder.findPath
Product: platform Reporter: mgoe <mgoe>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED INVALID    
Severity: normal CC: jglick
Priority: P2 Keywords: THREAD
Version: 7.1.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: JVM backtrace

Description mgoe 2012-03-30 07:40:24 UTC
While editing java source code the IDE deadlocked. GUI is no longer refreshed and process consumes 100% CPU.
Comment 1 mgoe 2012-03-30 07:42:57 UTC
Created attachment 117523 [details]
JVM backtrace
Comment 2 Petr Somol 2012-03-30 08:07:33 UTC
Not sure where does this belong. Due to a block in org.netbeans.modules.project.ui.ProjectTab reassigning to Project. Please re-assign if this is incorrect.
Comment 3 Jesse Glick 2012-03-30 14:08:01 UTC
Not P1 unless this happens consistently.

Thread dump does not look like a deadlock to me, and mention of 100% CPU also suggests some other problem. I do not think there is enough information here to evaluate - probably need a profiler snapshot at a minimum - but assigning to Nodes component in case evaluator has some idea why two threads would both be waiting for read access to its mutex.
Comment 4 Jaroslav Tulach 2012-04-04 14:27:23 UTC
The state of AWT dispatch thread seems to indicate you have tried to paste something into explorer. That does not match your original issue description. Closing as invalid report.