|
From: Christopher K. <cku...@vb...> - 2009-08-13 14:57:51
|
Hello: The internet pages say that for "uninitialized value" errors, it is helpful to specify the "--track-origins=yes" option. Yet when I do, I get: valgrind: Bad option '--track-origins=yes'; aborting. valgrind --help shows no such switch. I have tried: valgrind --track-origins=yes --leak-check=full ../cdps try25.inp valgrind --track-origins=yes ../cdps try25.inp valgrind -v --track-origins=yes --leak-check=full ../cdps try25.inp with the switches in various orders. What am I doing wrong? If there is any other info in this regard, I'm listening. Thanks much. ck |
|
From: tom f. <tf...@al...> - 2009-08-13 16:45:59
|
Christopher Kuhlman <cku...@vb...> writes: > The internet pages say that for "uninitialized value" errors, it is > helpful to specify the "--track-origins=yes" option. > > Yet when I do, I get: > valgrind: Bad option '--track-origins=yes'; aborting. Check the version fo valgrind you've got. track-origins was added in 3.4.0, IIRC. -tom |