From 036a2b3dd8dc413aa3bd469803950f5b7d685296 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 7 May 2023 10:00:48 +0200 Subject: [PATCH] Linux Helgrind: add another suppression for intermittent failure in dl lookup --- 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 6e57e4c56..95959d2e9 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 # -- 2.11.4.GIT