Bug 82871 - Massif output function names too short
Summary: Massif output function names too short
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: massif (show other bugs)
Version: 2.1 CVS
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Nicholas Nethercote
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-05 11:38 UTC by Bartosz Taudul
Modified: 2007-11-26 23:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bartosz Taudul 2004-06-05 11:38:09 UTC
When using massif on a C++ program, the output is useless. Graph is all ok, but
legend is like:
x8065E06:vertices::verti
x8065E50:vertices::verti
x8065EE4:vertices::verti
and so on.

Checked on 20040605 cvs snapshot.
Comment 1 Nicholas Nethercote 2007-11-26 23:35:20 UTC
[A general message:]

Massif has recently been completely overhauled.  Instead of recording
space-time usage, it now records space usage at various points during 
execution, including the peak allocation point.  The output format has also
changed, and presents more information, more compactly.  It's also more
robust than the old version.

The new version will be Valgrind 3.3.0, which should be released in the next
week or two.  In the meantime, if you want to try it, please check out the 
code from the SVN repository (see
http://www.valgrind.org/downloads/repository.html for how).

[A specific message about this bug:]
The PostScript graph no longer is produced.  The function names in the new output are not truncated.