|
From: Bart V. A. <bar...@gm...> - 2006-08-10 11:38:24
|
Anyone any idea where I can find documentation on recursive invocation of valgrind, if this is supported ? I started working again on my drd (data-race detection) tool, and would like to test it with memcheck. Is this possible ? When I download and build the latest valgrind sources, I get the following error message when I try to invoke valgrind on itself: $ VALGRIND_LIB=.in_place coregrind/valgrind --tool=memcheck coregrind/valgrind --tool=none drd/tests/fp_race ==17942== Memcheck, a memory error detector. ==17942== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==17942== Using LibVEX rev 1636, a library for dynamic binary translation. ==17942== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP. ==17942== Using valgrind-3.3.0.SVN, a dynamic binary instrumentation framework. ==17942== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al. ==17942== For more details, rerun with: -v ==17942== valgrind: You cannot run 'coregrind/valgrind' directly. valgrind: You should use $prefix/bin/valgrind. |