when using valgrind, include a much longer stack trace
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 13:06:31 +0000 (13:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 13:06:31 +0000 (13:06 +0000)
tests/runtests.pl

index e26da06..d69e9b3 100755 (executable)
@@ -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";