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 33613 - very strange recursion .Utils.processPackage
Summary: very strange recursion .Utils.processPackage
Status: VERIFIED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: PERFORMANCE, THREAD
Depends on:
Blocks:
 
Reported: 2003-05-14 14:10 UTC by pzajac
Modified: 2003-07-30 16:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (41.00 KB, text/plain)
2003-05-14 14:11 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-05-14 14:10:52 UTC
[030512]I used the a netbeans debugger to trace
java source. After few minutes when the debugger
has been stopped the netbeans IDE was very slow. I
had to restart IDE.
This is probably problem of "Package List Loader"
thread. The thread is allways in runnable state
and on stacktrace is huge recursion in
 at
org.netbeans.modules.debugger.support.util.Utils.processPackage(Utils.java:400)
Comment 1 pzajac 2003-05-14 14:11:42 UTC
Created attachment 10295 [details]
thread dump
Comment 2 Jan Jancura 2003-05-14 14:28:37 UTC
this line looks OK. I plan to change this functionality to nb40. There
is definitly some performance problem, but I do not think that its P2.
Comment 3 pzajac 2003-05-14 14:40:34 UTC
At least P3 problem when user must restart IDE.
Comment 4 Jan Jancura 2003-05-14 14:44:01 UTC
I can not reproduce it on Win.
Looks like you have some recursive link on you filesystem.
Comment 5 pzajac 2003-07-30 16:58:13 UTC
recursive link probably existed