BIND 10 trac2036, updated. 61814fef6b44445aa95f568dd643dd70243a15b5 [2036] Show even deeper stacks
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 13 07:47:13 UTC 2012
The branch, trac2036 has been updated
via 61814fef6b44445aa95f568dd643dd70243a15b5 (commit)
from 9e0c33a521c1aee0f6f553de7ddca3ebbc51837d (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 61814fef6b44445aa95f568dd643dd70243a15b5
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Jun 13 04:37:21 2012 +0530
[2036] Show even deeper stacks
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 07c30dc..d78b81e 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 -q --error-exitcode=1 --gen-suppressions=all --suppressions=\$(top_srcdir)/src/valgrind-suppressions --suppressions=\$(top_srcdir)/src/valgrind-suppressions.revisit --num-callers=24 --leak-check=full --fullpath-after="
+ VALGRIND_COMMAND="$VALGRIND -q --error-exitcode=1 --gen-suppressions=all --suppressions=\$(top_srcdir)/src/valgrind-suppressions --suppressions=\$(top_srcdir)/src/valgrind-suppressions.revisit --num-callers=48 --leak-check=full --fullpath-after="
fi
AC_SUBST(VALGRIND_COMMAND)
More information about the bind10-changes
mailing list