From: Paul Floyd Date: Sun, 7 May 2023 08:00:48 +0000 (+0200) Subject: Linux Helgrind: add another suppression for intermittent failure in dl lookup X-Git-Tag: VALGRIND_3_22_0~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=036a2b3dd8dc413aa3bd469803950f5b7d685296;p=thirdparty%2Fvalgrind.git Linux Helgrind: add another suppression for intermittent failure in dl lookup --- diff --git a/glibc-2.X-helgrind.supp.in b/glibc-2.X-helgrind.supp.in index 6e57e4c56a..95959d2e9a 100644 --- a/glibc-2.X-helgrind.supp.in +++ b/glibc-2.X-helgrind.supp.in @@ -282,6 +282,13 @@ fun:pthread_create@* } +{ + helgrind---_dl_lookup_symbol_x + Helgrind:Race + ... + fun:_dl_lookup_symbol_x +} + #################################################### # To do with GNU libgomp #