From b4532702a68f8111e5d47e26e69f08ce670e8488 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 10 Mar 2016 14:56:34 -0800 Subject: [PATCH] valgrind: ignore boost thread-local warning Signed-off-by: Greg Farnum --- teuthology/task/valgrind.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index e5e964eb0..ddebe8776 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 -- 2.47.3