From cb06df6719daf36807b677bfbf0cdb02d0425183 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 30 Aug 2014 09:22:42 -0700 Subject: [PATCH] valgrind: adjust suppressions for wheezy Signed-off-by: Sage Weil --- teuthology/task/valgrind.supp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 7ea391256e..ecd6aabebd 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -13,6 +13,17 @@ fun:*ErasureCodePluginRegistry*load* ... } +{ + tcmalloc: msync heap allocation points to uninit bytes (wheezy) + Memcheck:Param + msync(start) + obj:/lib/x86_64-linux-gnu/libpthread-2.13.so + obj:/usr/lib/libunwind.so.7.0.0 + fun:_ULx86_64_step + fun:_Z13GetStackTracePPvii + fun:_ZN8tcmalloc8PageHeap8GrowHeapEm + fun:_ZN8tcmalloc8PageHeap3NewEm +} { tcmalloc: msync heap allocation points to uninit bytes (precise) Memcheck:Param @@ -61,7 +72,7 @@ Memcheck:Leak ... obj:*tcmalloc* - fun:call_init.part.0 + fun:call_init* ... } { -- 2.39.5