From: Greg Farnum Date: Thu, 10 Mar 2016 22:56:34 +0000 (-0800) Subject: valgrind: ignore boost thread-local warning X-Git-Tag: 1.1.0~650^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b4532702a68f8111e5d47e26e69f08ce670e8488;p=teuthology.git valgrind: ignore boost thread-local warning Signed-off-by: Greg Farnum --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index e5e964eb..ddebe877 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -285,3 +285,12 @@ fun:pthread_create@* ... } +{ + 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() + ... +} \ No newline at end of file