]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2036] Show deeper stack
authorMukund Sivaraman <muks@isc.org>
Tue, 12 Jun 2012 11:13:38 +0000 (16:43 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 12 Jun 2012 11:13:38 +0000 (16:43 +0530)
configure.ac

index a51fc8ff4fa6b4e87116748703567fd7357f8e22..04a1eaa3aab7c50343dbf815cfb8109d12915818 100644 (file)
@@ -991,7 +991,7 @@ AC_ARG_ENABLE(valgrind, [AC_HELP_STRING([--enable-valgrind],
 AM_CONDITIONAL(ENABLE_VALGRIND, test "x$enable_valgrind" != "xno")
 
 if test "x$VALGRIND" != "xno" -a "x$enable_valgrind" != "xno"; then
-   VALGRIND_COMMAND="$VALGRIND --gen-suppressions=all --suppressions=\$(top_srcdir)/src/valgrind-suppressions --suppressions=\$(top_srcdir)/src/valgrind-suppressions.revisit --leak-check=full --track-fds=yes --fullpath-after="
+   VALGRIND_COMMAND="$VALGRIND --gen-suppressions=all --suppressions=\$(top_srcdir)/src/valgrind-suppressions --suppressions=\$(top_srcdir)/src/valgrind-suppressions.revisit --num-callers=24 --leak-check=full --track-fds=yes --fullpath-after="
 fi
 AC_SUBST(VALGRIND_COMMAND)