On Wed, 2012-11-28 at 11:06 -0800, Wiser, Tyson wrote:

> I tried it with 3.8.1 that I built locally and got the same result
> (i.e. no profile). The command I used was:
> 
> valgrind --tool=massif --soname-synonyms=somalloc=NONE ./MyProg

The above is supposed to properly replace a static malloc.
I tried this with the Valgrind regression test, and it works.

When adding a -v option, succesful replacements are giving lines
such as:
--13571-- REDIR: 0x80483c4 (malloc) redirected to 0x4005fc5 (malloc)
--13571-- REDIR: 0x80483e3 (free) redirected to 0x40059ec (free)


Can you try with -v and/or with --trace-redir=yes ?
That might give some lights about the problem ?

Philippe



------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to