|
From: Adam G. <ada...@de...> - 2010-02-17 16:51:23
|
Hello, i am using valgrind 3.5.0. when i run: valgrind --trace-children=yes --leak-check=full --log-file=/tmp/app.vg.%p ./app valgrind does not trace the children. it is just a "fork", not a "fork then exec". what situation(s) would cause valgrind not to trace the children? thank you, -=- adam grossman |