|
From: Paul F. <pa...@so...> - 2023-05-07 08:01:52
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=036a2b3dd8dc413aa3bd469803950f5b7d685296 commit 036a2b3dd8dc413aa3bd469803950f5b7d685296 Author: Paul Floyd <pj...@wa...> Date: Sun May 7 10:00:48 2023 +0200 Linux Helgrind: add another suppression for intermittent failure in dl lookup Diff: --- glibc-2.X-helgrind.supp.in | 7 +++++++ 1 file changed, 7 insertions(+) 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 # |