From: Sage Weil Date: Sun, 2 Feb 2014 06:05:14 +0000 (-0800) Subject: valgrind: another tcmalloc suppression X-Git-Tag: 1.1.0~1678 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be3ea71cdbb2f3ae99412f75f51d27f7e6b0f831;p=teuthology.git valgrind: another tcmalloc suppression With this I can run a simple job with a normal build (not notcmalloc) and valgrind does not complain. Fingers crossed! Signed-off-by: Sage Weil --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 4b813d0dd..29e83b7ca 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -7,6 +7,14 @@ fun:*tcmalloc*GrowHeap* ... } +{ + tcmalloc: string + Memcheck:Leak + ... + obj:*tcmalloc* + fun:call_init.part.0 + ... +} { ceph global: deliberate onexit leak Memcheck:Leak