BIND 10 trac2036, updated. 05cfa4f1a83966748dcc8a7b5aa0287f68d5e126 [2036] Show even deeper stacks

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 12 23:07:43 UTC 2012


The branch, trac2036 has been updated
       via  05cfa4f1a83966748dcc8a7b5aa0287f68d5e126 (commit)
      from  4b56c8149ebf215d09c3c38a520d64b6ef8a89dc (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 05cfa4f1a83966748dcc8a7b5aa0287f68d5e126
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