Skip to content
Snippets Groups Projects
Commit 0859cd24 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

when using valgrind, include a much longer stack trace

parent 59b45a90
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment