From: Sage Weil Date: Tue, 9 Sep 2014 23:28:12 +0000 (-0700) Subject: valgrind: suppress tcmalloc crap for centos 6.5 X-Git-Tag: 1.1.0~1181 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=af6bd0b1947fc47c4f3a16ee18fbc9cc0487114a;p=teuthology.git valgrind: suppress tcmalloc crap for centos 6.5 Fixes: #9336 Signed-off-by: Sage Weil --- 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