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 - IDE frozen during the whole classpath scan
Summary: IDE frozen during the whole classpath scan
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: PERFORMANCE, THREAD
: 96995 98867 99753 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-28 11:44 UTC by Marian Mirilovic
Modified: 2007-04-04 08:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread-dump (15.91 KB, text/plain)
2007-03-28 11:45 UTC, Marian Mirilovic
Details
thread-dump (15.78 KB, text/plain)
2007-04-02 09:41 UTC, Marian Mirilovic
Details

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