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 - Tools | Mount as new filesystem blocks AWT thread
Summary: Tools | Mount as new filesystem blocks AWT thread
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: treefs (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2003-05-20 14:26 UTC by _ tboudreau
Modified: 2003-12-11 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.