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 147252 - Incorrect time of heap dump
Summary: Incorrect time of heap dump
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 11:24 UTC by Tomas Hurka
Modified: 2008-09-18 17:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2008-09-15 11:24:29 UTC
Time of heap dump taken by profiling point is incorrect. 
Steps to reproduce:
1) insert Take snapshot profiling point and change it to take heap dump.
2) run the code
3) heap dump is not automatically displayed in snapshots list in control panel (this is side effect of this bug) 
4) heap dump incorrect date in its name.

Reproduced only on Mac OS X.
Comment 1 Tomas Hurka 2008-09-15 11:26:12 UTC
Hires timestamp uses 8 bytes, but only 7 bytes are transferred to the client.
Comment 2 Tomas Hurka 2008-09-15 11:35:11 UTC
Fixed in profiler-main
changeset:   101985:491e87188c0f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Sep 15 12:33:25 2008 +0200
summary:     bugfix #147252, only 7 bytes from hires timer are sent to client

Comment 3 Quality Engineering 2008-09-18 17:56:57 UTC
Integrated into 'main-golden', will be available in build *200809181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/491e87188c0f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #147252, only 7 bytes from hires timer are sent to client