]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
helgrind: suppress race conditions in external libraries
authorJason Dillaman <dillaman@redhat.com>
Wed, 13 Jan 2016 01:32:35 +0000 (20:32 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 13 Jan 2016 14:54:29 +0000 (09:54 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/valgrind.supp

index 2158207a1e19a2e161edfd7572ee0738d5f60533..f9c9c717313fe5b11244d4696bfdb03fa0db25ba 100644 (file)
    fun:_dl_init
    obj:*
 }
+
+# PK11_CreateContextBySymKey
+{
+   <insert_a_suppression_name_here>
+   Helgrind:Race
+   obj:/usr/*lib*/libfreebl*3.so
+   ...
+   obj:/usr/*lib*/libsoftokn3.so
+   ...
+   obj:/usr/*lib*/libnss3.so
+   ...
+   fun:PK11_CreateContextBySymKey
+   ...
+}
+
+# _dl_allocate_tls_init
+{
+   <insert_a_suppression_name_here>
+   Helgrind:Race
+   fun:mempcpy
+   fun:_dl_allocate_tls_init
+   ...
+   fun:pthread_create@*
+   ...
+}