From: Loic Dachary Date: Thu, 21 Jul 2016 09:13:04 +0000 (+0200) Subject: valgrind: add suppression for tcmalloc in libboost_thread-mt.so.1.53.0 X-Git-Tag: 1.1.0~564^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0145d9883bde8f5cde153023f25ca39d40b0fb76;p=teuthology.git valgrind: add suppression for tcmalloc in libboost_thread-mt.so.1.53.0 Use regular expression to catch: tcmalloc::ThreadCache::FetchFromCentralCache(unsigned long, unsigned long) Fixes: http://tracker.ceph.com/issues/14799 Signed-off-by: Loic Dachary --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 201339ea5..52fe78e9a 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -44,7 +44,7 @@ obj:/usr/lib64/libunwind.so.8.0.1 obj:/usr/lib64/libunwind.so.8.0.1 ... - fun:_ZN8tcmalloc11ThreadCache + fun:*tcmalloc*ThreadCache* ... obj:/usr/lib64/libboost_thread-mt.so.1.53.0 }