From: Jason Dillaman Date: Tue, 12 Jan 2016 20:28:30 +0000 (-0500) Subject: valgrind.supp: suppress helgrind warnings for external libraries X-Git-Tag: 1.1.0~701^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f22d0a31a3eba9575dc5dda34339d196981007f2;p=teuthology.git valgrind.supp: suppress helgrind warnings for external libraries Fixes: #14163 Signed-off-by: Jason Dillaman --- diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index d1798e5f82..e5e964eb0e 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -264,4 +264,24 @@ 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@* + ... +}