]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: wildcard boost supression 923/head
authorJohn Spray <john.spray@redhat.com>
Wed, 3 Aug 2016 11:43:22 +0000 (12:43 +0100)
committerJohn Spray <john.spray@redhat.com>
Wed, 3 Aug 2016 11:43:22 +0000 (12:43 +0100)
...so that it will match mangled names.

Fixes: http://tracker.ceph.com/issues/14794
Signed-off-by: John Spray <john.spray@redhat.com>
teuthology/task/valgrind.supp

index 52fe78e9a774fe74bd17b814047f33e58f8965d0..22daf3abc8069d7752555fd767ccd0ca380e7ea4 100644 (file)
        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*
        ...
 }
 {