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 99225

Summary: IDE frozen during the whole classpath scan
Product: profiler Reporter: Marian Mirilovic <mmirilovic>
Component: BaseAssignee: issues@profiler <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: issues, jglick
Priority: P1 Keywords: PERFORMANCE, THREAD
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: thread-dump
thread-dump

Description Marian Mirilovic 2007-03-28 11:44:44 UTC
NetBeans IDE Dev (Build 200703251800)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Linux version 2.6.12-10-686 running on i386
en_US (nb); UTF-8

Steps to reproduce:
- run IDE with new user directory
- create new Java Application project
- push Finish button
-> classpath scan starts after closing a wizard and at the same time IDE got
frozen for the whole classpath scan (the status bar used to show what is
scanning, but now it's just frozen)

Please look at attached thread-dump, Profiler is waiting for scan finish in
AWT-thread - which I guess is not the best place ...
Comment 1 Marian Mirilovic 2007-03-28 11:45:31 UTC
Created attachment 40079 [details]
thread-dump
Comment 2 Marian Mirilovic 2007-03-28 12:05:05 UTC
*** Issue 98867 has been marked as a duplicate of this issue. ***
Comment 3 J Bachorik 2007-03-30 11:35:17 UTC
all supposedly long running action activities have been moved off the AWT thread
Comment 4 J Bachorik 2007-03-30 11:45:34 UTC
*** Issue 96995 has been marked as a duplicate of this issue. ***
Comment 5 Marian Mirilovic 2007-04-02 09:40:54 UTC
This is still an issue in Nb Dev (200701041800), try following test case :
- run IDE with new userdir
- create new Java Application project
- push Finish button
-> the whole IDE is frozen during the classpath scan

Comment 6 Marian Mirilovic 2007-04-02 09:41:20 UTC
Created attachment 40243 [details]
thread-dump
Comment 7 Marian Mirilovic 2007-04-03 10:35:31 UTC
Ok, it's fixed now - verified in NB Dev (200704021800)
Comment 8 Marian Mirilovic 2007-04-03 10:36:12 UTC
verified
Comment 9 J Bachorik 2007-04-04 08:36:43 UTC
*** Issue 99753 has been marked as a duplicate of this issue. ***