]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: ignore boost thread-local warning 817/head
authorGreg Farnum <gfarnum@redhat.com>
Thu, 10 Mar 2016 22:56:34 +0000 (14:56 -0800)
committerGreg Farnum <gfarnum@redhat.com>
Fri, 11 Mar 2016 00:56:03 +0000 (16:56 -0800)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
teuthology/task/valgrind.supp

index e5e964eb0e70b15dcd11c2a1b605815b2386a728..ddebe8776d3743e8df51c62a453efcc25a7c7418 100644 (file)
        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