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 188403 - NetBeans freezes if it was not used for a long time in openfile.RecentFileAction.fillSubMenu
Summary: NetBeans freezes if it was not used for a long time in openfile.RecentFileAct...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
: 188410 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-06 12:44 UTC by Tim Lebedkov
Modified: 2010-09-23 14:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (11.09 KB, text/plain)
2010-08-04 09:08 UTC, Tim Lebedkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2010-07-06 12:44:51 UTC
NetBeans freezes if it was not used for a long period of time. This is probably because the OS reads the data into the memory. It would be nice to show a (native?) window over the NetBeans window till the main window is ready.
Comment 1 Peter Pis 2010-07-16 08:53:39 UTC
Could you please take and attach 2-3 thread dumps while encountering the issue? 
http://wiki.netbeans.org/GenerateThreadDump
Comment 2 Tim Lebedkov 2010-08-04 09:08:59 UTC
Created attachment 101187 [details]
Stack traces
Comment 3 Peter Pis 2010-08-04 13:30:12 UTC
Reassigning.
Comment 4 Jaroslav Tulach 2010-08-16 15:09:04 UTC
openfile.RecentFileAction.fillSubMenu blocks the AWT thread.
Comment 5 Victor Vasilyev 2010-09-23 14:04:52 UTC
To avoid the blocking of the AWT the check for existence of file is removed.

Fixed in the main trunk:
http://hg.netbeans.org/main/rev/0d3a7ec2121e
Comment 6 Victor Vasilyev 2010-09-23 14:13:44 UTC
*** Bug 188410 has been marked as a duplicate of this bug. ***