Skip to content
Snippets Groups Projects
Commit 2b130269 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

valgrind: use a even deeper callstack

Traces are still cut off
parent 165cca32
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if [ "${PHOSH_VALGRIND}" = 1 ]; then
--tool=memcheck \
--leak-check=full \
--leak-resolution=high \
--num-callers=30 \
--num-callers=40 \
--log-file=vgdump \
--suppressions=${ABS_SRCDIR}/data/valgrind.suppressions \
"
......
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