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 16158 - Call-sites are not cleared
Summary: Call-sites are not cleared
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on: 14342
Blocks:
  Show dependency tree
 
Reported: 2001-10-03 10:03 UTC by Jaroslav Tulach
Modified: 2001-10-31 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My editor window after ten debugging sessions (121.70 KB, image/jpeg)
2001-10-03 10:04 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2001-10-03 10:03:30 UTC
Call-sites or how it is called right now are not cleared when I debugger (build
from 1st Oct). Maybe this is happening when debugging recursive applications, I
am not sure.

To reproduce:
Try to debug /openide/test/unit/src/ org.openide.loaders.InstanceDataObjectTest
and put breakpoint into /openide/src
org.openide.loaders.FolderInstance.defaultProcessObjects

Repeat it few times and you will likely end like me. See attached picture.
Comment 1 Jaroslav Tulach 2001-10-03 10:04:38 UTC
Created attachment 2817 [details]
My editor window after ten debugging sessions
Comment 2 Marian Petras 2001-10-10 13:40:06 UTC
This bug is maybe caused by cumulating breakpoints in a debugger.
I have created a single breakpoint and run the test - the Output
Window reported that the breakpoint was hit three times. Then I
restarted NetBeans and re-ran the test. OutputWindow now reported that
the breakpoint was hit seven (?) times. After the next iteration the
breakpoint was hit seventeen times and then 33 times.
Comment 3 Marian Petras 2001-10-10 16:27:01 UTC
Probably caused by bug #14342.
Comment 4 Marian Petras 2001-10-11 16:53:06 UTC
The bug #14342 is now fixed but the fix did not solve this bug 
completely. Now you will not end with 30 anotations on a single line 
but the call stack anotations still persist over end of a session.
Comment 5 Marian Petras 2001-10-17 17:07:16 UTC
Fixed in the main trunk.
Comment 6 Jan Stola 2001-10-31 13:07:45 UTC
Closed.