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 106037 - IDE gets stuck on File.Open Project menuitem
Summary: IDE gets stuck on File.Open Project menuitem
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 5.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
: 112824 113774 114561 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-07 16:28 UTC by vjtriolo
Modified: 2007-09-11 13:21 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
attempt to capture thread trace (8.16 KB, text/plain)
2007-06-12 18:39 UTC, vjtriolo
Details
thread trace (9.34 KB, text/plain)
2007-06-12 19:39 UTC, vjtriolo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vjtriolo 2007-06-07 16:28:20 UTC
click File menu; navigate to Open File...

On the way, must pass through Open Project...
Highlight stops on Open Project..., and IDE freezes.
Eventually (after about 30 seconds), it starts responding and can navigate menu 
again.
Comment 1 Marian Mirilovic 2007-06-08 08:27:35 UTC
Could you please generate thread-dump during the freeze ?
http://qa.netbeans.org/bugzilla/generating-thread-dumps.html

Comment 2 vjtriolo 2007-06-12 18:39:40 UTC
Created attachment 43563 [details]
attempt to capture thread trace
Comment 3 vjtriolo 2007-06-12 19:39:37 UTC
Created attachment 43567 [details]
thread trace
Comment 4 David Simonek 2007-06-13 08:54:38 UTC
It looks like filling submenu of recent projects may trigger actual creating/opening of project, second attached thread
dump seems to indicate it...passing to projects.
Comment 5 matthies 2007-07-05 18:15:05 UTC
I observe the same problem.
Comment 6 Milos Kleint 2007-08-22 10:16:15 UTC
*** Issue 112824 has been marked as a duplicate of this issue. ***
Comment 7 Milos Kleint 2007-08-27 06:34:26 UTC
*** Issue 113774 has been marked as a duplicate of this issue. ***
Comment 8 Milos Kleint 2007-08-29 08:18:04 UTC
Done, the filling of menu is now "lightning" fast.. the icons are missing though, but that's issue #111500
Checking in RecentProjects.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/actions/RecentProjects.java,v  <--  RecentProjects.java
new revision: 1.19; previous revision: 1.18
Comment 9 Milos Kleint 2007-09-11 13:21:28 UTC
*** Issue 114561 has been marked as a duplicate of this issue. ***