From: Kefu Chai Date: Tue, 16 Aug 2016 08:03:11 +0000 (+0800) Subject: valgrind: add suppression for libunwind in libtcmalloc.so.4.2.6 X-Git-Tag: 1.1.0~549^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29ef5654649b697978ca72a803602d49d7e1644f;p=teuthology.git valgrind: add suppression for libunwind in libtcmalloc.so.4.2.6 Fixes: http://tracker.ceph.com/issues/17035 Signed-off-by: Kefu Chai --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 22daf3ab..672d1acf 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -87,6 +87,21 @@ fun:_ZN8tcmalloc8PageHeap8GrowHeapEm fun:_ZN8tcmalloc8PageHeap3NewEm } +{ + tcmalloc: msync heap allocation points to uninit bytes (rhel7 #2) + Memcheck:Param + msync(start) + obj:/usr/lib64/libpthread-2.17.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 + obj:/usr/lib64/libtcmalloc.so.4.2.6 + fun:_Z13GetStackTracePPvii + fun:_ZN8tcmalloc8PageHeap8GrowHeapEm + fun:_ZN8tcmalloc8PageHeap3NewEm +} { tcmalloc: msync heap allocation points to uninit bytes (wheezy) Memcheck:Param