From: Jason Dillaman Date: Wed, 13 Jan 2016 01:32:35 +0000 (-0500) Subject: helgrind: suppress race conditions in external libraries X-Git-Tag: v10.0.3~46^2~1^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=61d6489b1029e5a302c6a2adeca656b91a5c8320;p=ceph.git helgrind: suppress race conditions in external libraries Signed-off-by: Jason Dillaman --- diff --git a/src/valgrind.supp b/src/valgrind.supp index 2158207a1e19..f9c9c717313f 100644 --- a/src/valgrind.supp +++ b/src/valgrind.supp @@ -198,3 +198,28 @@ fun:_dl_init obj:* } + +# PK11_CreateContextBySymKey +{ + + 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 +{ + + Helgrind:Race + fun:mempcpy + fun:_dl_allocate_tls_init + ... + fun:pthread_create@* + ... +}