From 29ef5654649b697978ca72a803602d49d7e1644f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 16 Aug 2016 16:03:11 +0800 Subject: [PATCH] valgrind: add suppression for libunwind in libtcmalloc.so.4.2.6 Fixes: http://tracker.ceph.com/issues/17035 Signed-off-by: Kefu Chai --- teuthology/task/valgrind.supp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 22daf3abc8..672d1acf26 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 -- 2.39.5