From 0145d9883bde8f5cde153023f25ca39d40b0fb76 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 21 Jul 2016 11:13:04 +0200 Subject: [PATCH] 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 --- teuthology/task/valgrind.supp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 201339ea5f..52fe78e9a7 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 } -- 2.39.5