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 33775

Summary: Tools | Mount as new filesystem blocks AWT thread
Product: obsolete Reporter: _ tboudreau <tboudreau>
Component: treefsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker Keywords: THREAD
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2003-05-20 14:26:01 UTC
Mount a filesystem, and then choose a subfolder,
and select this 
menu item to create a new treefs rooted on that
folder.  The menu
is frozen onscreen until the filesystem is
mounted.  Probably
this could be done in another thread, so that the
menu can be 
hidden - it would be more responsive.
Comment 1 Jesse Glick 2003-05-20 14:41:03 UTC
All actions are run in the request processor currently, not AWT. Do
you have a thread dump to back this up?
Comment 2 Jaroslav Tulach 2003-05-21 15:58:49 UTC
This is possible. There is a asynchronous request processor task and
AWT probably waits for it to finish. I have to modify it.
Comment 3 Jaroslav Tulach 2003-10-17 13:37:47 UTC
Version 1.24 does not seem to block. Please give stacktrace if you see
it again.