when using valgrind, include a much longer stack trace

This commit is contained in:
Daniel Stenberg 2005-01-29 13:06:31 +00:00
parent 59b45a90cc
commit 0859cd2444
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ sub singletest {
}
if($valgrind) {
$CMDLINE = "valgrind ".$valgrind_tool."--leak-check=yes --logfile=log/valgrind$testnum $CMDLINE";
$CMDLINE = "valgrind ".$valgrind_tool."--leak-check=yes --num-callers=16 --logfile=log/valgrind$testnum $CMDLINE";
}
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";