From e094deefc6dcc923cbfce0e3f32045f5db742b4b Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 3 Aug 2016 12:43:22 +0100 Subject: [PATCH] valgrind: wildcard boost supression ...so that it will match mangled names. Fixes: http://tracker.ceph.com/issues/14794 Signed-off-by: John Spray --- teuthology/task/valgrind.supp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 52fe78e9a..22daf3abc 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -303,9 +303,9 @@ thread_local memory is falsely detected (https://svn.boost.org/trac/boost/ticket/3296) Memcheck:Leak ... - fun:boost::detail::get_once_per_thread_epoch() - fun:void boost::call_once* - fun:boost::detail::get_current_thread_data() + fun:*boost*detail*get_once_per_thread_epoch* + fun:*boost*call_once* + fun:*boost*detail*get_current_thread_data* ... } { -- 2.47.3