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 167460 - [live results - log class history] live results self refreshing when logging class history
Summary: [live results - log class history] live results self refreshing when logging ...
Status: CLOSED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 13:08 UTC by matusdekanek
Modified: 2009-06-22 17:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
mesages.log (58.07 KB, text/plain)
2009-06-22 13:09 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-06-22 13:08:41 UTC
Product Version: NetBeans IDE 6.7 (Build 200906212001)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

-create anagram game sample project
-profile it : memory - check Record stack traces option
-after the application starts, open live results window
-do some actions in the application
-select 'char[]' in the live results window, invoke popup menu on it and invoke 'log class history'
-window with graph of the char[] allocation should be open. Do some action in the profiled application, graph should 
change. 
-do something in other application (read your email, whatever... at least few seconds)
-return to the NB window - the live results window shows 'no profiling results available'. When invoking 'update 
results' and invoking 'log class history' on char[] again, there is a warning about reseting already logged history.

I mark this as a P1 issue, because self-reseting of the live results simply disables the feature of 'logging class 
history'. Additionaly I consider it a stopepr for 6.7 for now. Please let me know, if this issue should have lowered 
priority or should not be a stopper for 6.7.
Comment 1 matusdekanek 2009-06-22 13:09:55 UTC
Created attachment 83871 [details]
mesages.log
Comment 2 matusdekanek 2009-06-22 13:19:37 UTC
The same on jdk 1.5.0_19.
Comment 3 matusdekanek 2009-06-22 13:26:21 UTC
Reproduced also on NetBeans IDE 6.7 RC3 (Build 200906142201)
Comment 4 Jiri Sedlacek 2009-06-22 13:55:11 UTC
Unable to reproduce on a Windows Vista machine (JDK 6u14, JDK 5u19, 6.7 RC3/FCS builds), the results are not reset
automatically for me.
Comment 5 Ivan Sidorkin 2009-06-22 14:00:56 UTC
I also can't reproduce results reset
but History graph updated only when anagram application is active 
some times it not updated even with active anagram application 
Comment 6 Jiri Sedlacek 2009-06-22 14:18:47 UTC
Memory views are updated only when some objects are created. For the AnagramGame application this means you have to
click the buttons/resize the application window.
Comment 7 matusdekanek 2009-06-22 17:30:39 UTC
The problem was absolutely elsewhere (forgotten project settings).
I am very sorry for any inconvenience.
Closing the issue.