From af6bd0b1947fc47c4f3a16ee18fbc9cc0487114a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 9 Sep 2014 16:28:12 -0700 Subject: [PATCH] valgrind: suppress tcmalloc crap for centos 6.5 Fixes: #9336 Signed-off-by: Sage Weil --- teuthology/task/valgrind.supp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index ecd6aabebd..5c764060b8 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -13,6 +13,31 @@ fun:*ErasureCodePluginRegistry*load* ... } +{ + tcmalloc: msync heap allocation points to uninit bytes (centos 6.5) + Memcheck:Param + msync(start) + obj:/lib64/libpthread-2.12.so + obj:/usr/lib64/libunwind.so.8.0.1 + obj:/usr/lib64/libunwind.so.8.0.1 + obj:/usr/lib64/libunwind.so.8.0.1 + obj:/usr/lib64/libunwind.so.8.0.1 + fun:_ULx86_64_step + fun:_Z13GetStackTracePPvii + fun:_ZN8tcmalloc8PageHeap8GrowHeapEm + fun:_ZN8tcmalloc8PageHeap3NewEm +} +{ + tcmalloc: msync heap allocation points to unaddressible bytes (centos 6.5 #2) + Memcheck:Param + msync(start) + obj:/lib64/libpthread-2.12.so + obj:/usr/lib64/libunwind.so.7.0.0 + fun:_ULx86_64_step + fun:_Z13GetStackTracePPvii + fun:_ZN8tcmalloc8PageHeap8GrowHeapEm + fun:_ZN8tcmalloc8PageHeap3NewEm +} { tcmalloc: msync heap allocation points to uninit bytes (wheezy) Memcheck:Param -- 2.39.5