From d9e564a1a86ede4da64348b9240012dbc7434966 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 24 Apr 2024 16:00:44 +0200 Subject: [PATCH] Add dl_new_hash suppression to drd/tests/std_thread2.supp _dl_lookup_symbol_x is already suppressed and normally _dl_new_hash seems inlined, but on some systems it isn't. --- drd/tests/std_thread2.supp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drd/tests/std_thread2.supp b/drd/tests/std_thread2.supp index 22052cf2c..40741b06f 100644 --- a/drd/tests/std_thread2.supp +++ b/drd/tests/std_thread2.supp @@ -3,6 +3,12 @@ drd:ConflictingAccess fun:_dl_lookup_symbol_x } +{ + dl_new_hash + drd:ConflictingAccess + fun:_dl_new_hash + fun:_dl_lookup_symbol_x +} { drd-libpthread-nanosleep drd:ConflictingAccess -- 2.47.2