BIND 10 trac2036, updated. c4906480aa8458ecee8194e501c17fc753bc0dad [2036] Show deeper stack
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 12 11:13:58 UTC 2012
The branch, trac2036 has been updated
via c4906480aa8458ecee8194e501c17fc753bc0dad (commit)
from 0bb55bab34119c6aadce1221f75ec148b28401a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c4906480aa8458ecee8194e501c17fc753bc0dad
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jun 12 16:43:38 2012 +0530
[2036] Show deeper stack
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index a51fc8f..04a1eaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
More information about the bind10-changes
mailing list