mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +03:00
when using valgrind, include a much longer stack trace
This commit is contained in:
parent
59b45a90cc
commit
0859cd2444
1 changed files with 1 additions and 1 deletions
|
|
@ -1146,7 +1146,7 @@ sub singletest {
|
||||||
}
|
}
|
||||||
|
|
||||||
if($valgrind) {
|
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";
|
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue