]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add dl_new_hash suppression to drd/tests/std_thread2.supp
authorMark Wielaard <mark@klomp.org>
Wed, 24 Apr 2024 14:00:44 +0000 (16:00 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 24 Apr 2024 14:00:49 +0000 (16:00 +0200)
_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

index 22052cf2c935f37eabc668a469070a23ce87146d..40741b06f889b2e9f0f7701fc14a95711b27661a 100644 (file)
@@ -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