[telepathy-glib/master] valgrind.mk: don't show reachable objects

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 3 11:06:57 PST 2009


In practice, I don't think we can suppress all the false positives this
gives us without also suppressing real leaks.
---
 tools/valgrind.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/valgrind.mk b/tools/valgrind.mk
index 38c1df0..cb3447b 100644
--- a/tools/valgrind.mk
+++ b/tools/valgrind.mk
@@ -1,12 +1,12 @@
 VALGRIND = valgrind --tool=memcheck \
     --leak-check=full \
     --leak-resolution=high \
-    --show-reachable=yes \
     --suppressions=$(top_srcdir)/tools/telepathy-glib.supp \
     --child-silent-after-fork=yes \
     --num-callers=20 \
     --gen-suppressions=all
 
 # other potentially interesting options:
+# --show-reachable=yes   reachable objects (many!)
 # --read-var-info=yes    better diagnostics from DWARF3 info
 # --track-origins=yes    better diagnostics for uninit values (slow)
-- 
1.5.6.5




More information about the telepathy-commits mailing list