|
From: Mathieu M. <mat...@gm...> - 2006-04-21 07:38:51
|
I know there has been some fuss about it recently but I can't figure out
which version of valgrind supports it.
It's not in valgrind 2.4:
Can't open tool "helgrind":
/home/mathieu/Software/valgrind24/lib/valgrind/vgskin_helgrind.so: cannot
open shared object file: No such file or directory
It's not working in 3.0:
$ ./bin/valgrind --tool=3Dhelgrind ls
Helgrind is currently not working, because:
(a) it is not yet ready to handle the Vex IR and the use with 64-bit
platforms introduced in Valgrind 3.0.0
(b) we need to get thread operation tracking working again after
the changes added in Valgrind 2.4.0
and it is declared not working in 3.1:
http://valgrind.org/docs/manual/hg-manual.html
Thanks,
--
Mathieu
|
|
From: Nicholas N. <nj...@cs...> - 2006-04-24 05:00:54
|
On Thu, 20 Apr 2006, Mathieu Malaterre wrote: > I know there has been some fuss about it recently but I can't figure out > which version of valgrind supports it. 2.2.0 was the last version with a working Helgrind. Nick |