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

Summary: very strange recursion .Utils.processPackage
Product: debugger Reporter: pzajac <pzajac>
Component: CodeAssignee: issues@debugger <issues>
Status: VERIFIED WORKSFORME    
Severity: blocker Keywords: PERFORMANCE, THREAD
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

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