BIND 10 trac2036, updated. 9e0c33a521c1aee0f6f553de7ddca3ebbc51837d Revert "[2036] Show even deeper stacks"

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


The branch, trac2036 has been updated
       via  9e0c33a521c1aee0f6f553de7ddca3ebbc51837d (commit)
      from  05cfa4f1a83966748dcc8a7b5aa0287f68d5e126 (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 9e0c33a521c1aee0f6f553de7ddca3ebbc51837d
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Jun 13 04:38:13 2012 +0530

    Revert "[2036] Show even deeper stacks"
    
    This reverts commit 05cfa4f1a83966748dcc8a7b5aa0287f68d5e126.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index d78b81e..07c30dc 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=48 --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=24 --leak-check=full --fullpath-after="
 fi
 AC_SUBST(VALGRIND_COMMAND)
 



More information about the bind10-changes mailing list