BIND 10 trac2036, updated. d45ad9c3684ef7bfc9b032444377b6335d3e205a Add comment about demangling symbols in the suppressions

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 12 21:03:51 UTC 2012


The branch, trac2036 has been updated
       via  d45ad9c3684ef7bfc9b032444377b6335d3e205a (commit)
       via  818dd92ad577ce2b5029cf8a838fab067bcab109 (commit)
       via  a66e8c4e5d8278302fecf7609b76d5aa944e723c (commit)
      from  090ccd31e4107b58dd8d65bae744e0b158f999ff (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 d45ad9c3684ef7bfc9b032444377b6335d3e205a
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Jun 12 21:55:00 2012 +0530

    Add comment about demangling symbols in the suppressions

commit 818dd92ad577ce2b5029cf8a838fab067bcab109
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Jun 12 21:43:30 2012 +0530

    [2036] Turn off fd-related reports for now

commit a66e8c4e5d8278302fecf7609b76d5aa944e723c
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Jun 12 21:40:57 2012 +0530

    [2036] Make valgrind run quietly so it looks like a regular make check
    
    ... except when there are issues.

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

Summary of changes:
 configure.ac                      |    2 +-
 src/valgrind-suppressions         |    3 +++
 src/valgrind-suppressions.revisit |    3 +++
 3 files changed, 7 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ce2146c..9e87477 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 --num-callers=24 --leak-check=full --track-fds=yes --fullpath-after="
+   VALGRIND_COMMAND="$VALGRIND -q --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)
 
diff --git a/src/valgrind-suppressions b/src/valgrind-suppressions
index bfe4730..ddc8f20 100644
--- a/src/valgrind-suppressions
+++ b/src/valgrind-suppressions
@@ -2,3 +2,6 @@
 # want to reconsider again into this file. For temporary suppressions
 # that we want to revisit in the future, use
 # valgrind-suppressions.revisit.
+#
+# In case you want to make sense of the following symbols, demangle them
+# with a command like: c++filt < valgrind-suppressions
diff --git a/src/valgrind-suppressions.revisit b/src/valgrind-suppressions.revisit
index 31f1d5f..73e73f3 100644
--- a/src/valgrind-suppressions.revisit
+++ b/src/valgrind-suppressions.revisit
@@ -1,3 +1,6 @@
 # Place temporary suppressions that we want to revisit in the future
 # into this file. For permanent suppressions that we don't want to look
 # at again, use valgrind-suppressions.
+#
+# In case you want to make sense of the following symbols, demangle them
+# with a command like: c++filt < valgrind-suppressions.revisit



More information about the bind10-changes mailing list