]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind.supp: suppress helgrind warnings for external libraries 769/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 12 Jan 2016 20:28:30 +0000 (15:28 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 12 Jan 2016 20:28:47 +0000 (15:28 -0500)
Fixes: #14163
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
teuthology/task/valgrind.supp

index d1798e5f8290bfce3f1cbf5a067a3193383a1114..e5e964eb0e70b15dcd11c2a1b605815b2386a728 100644 (file)
        fun:lttng_ust_init
        fun:call_init.part.0
        ...
-}
\ No newline at end of file
+}
+{
+       fun:PK11_CreateContextBySymKey race
+       Helgrind:Race
+       obj:/usr/*lib*/libfreebl*3.so
+       ...
+       obj:/usr/*lib*/libsoftokn3.so
+       ...
+       obj:/usr/*lib*/libnss3.so
+       fun:PK11_CreateContextBySymKey
+       ...
+}
+{
+       thread init race
+       Helgrind:Race
+       fun:mempcpy
+       fun:_dl_allocate_tls_init
+       ...
+       fun:pthread_create@*
+       ...
+}