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 50257

Summary: Deadlock after expanding project tree (build 200410101800)
Product: platform Reporter: wulgar <wulgar>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker Keywords: THREAD
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: ThreadDump

Description wulgar 2004-10-12 08:38:10 UTC
Another deadlock was after adding files to CVS but
I don't have thread dump
Comment 1 wulgar 2004-10-12 08:40:31 UTC
Created attachment 18213 [details]
ThreadDump
Comment 2 Milan Kubec 2004-10-15 15:06:56 UTC
Reassigning for evaluation.
Comment 3 pzajac 2004-10-18 09:07:27 UTC
Deadlock when the refresh action on MFS is called from two threadlock. 
Comment 4 pzajac 2004-10-18 09:08:11 UTC
correction: no threadlocks but threads
Comment 5 rmatous 2004-10-18 16:29:54 UTC
Already fixed:

Date: 04/10/12 03:47:50
Modified:    src/org/openide/filesystems AbstractFolder.java
Log: prevents from deadlock
  
http://openide.netbeans.org/source/browse/openide/src/org/openide/filesystems/AbstractFolder.java.diff?r1=1.84&r2=1.85