From: John Spray Date: Wed, 3 Aug 2016 11:43:22 +0000 (+0100) Subject: valgrind: wildcard boost supression X-Git-Tag: 1.1.0~557^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F923%2Fhead;p=teuthology.git valgrind: wildcard boost supression ...so that it will match mangled names. Fixes: http://tracker.ceph.com/issues/14794 Signed-off-by: John Spray --- 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* ... } {