From: Paul Floyd Date: Wed, 30 Dec 2020 12:57:39 +0000 (+0100) Subject: Add an extra suppression. X-Git-Tag: VALGRIND_3_17_0~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db136ee369a75b44b857b897b942d8f9e60c366;p=thirdparty%2Fvalgrind.git Add an extra suppression. On Fedora 33 with gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9) it looks like fun:__static_initialization_and_destruction_0 is now inlined which causes the existing suppression for the same reachable to no longer match. --- diff --git a/memcheck/tests/libstdc++.supp b/memcheck/tests/libstdc++.supp index 28ab182d12..abb5b66898 100644 --- a/memcheck/tests/libstdc++.supp +++ b/memcheck/tests/libstdc++.supp @@ -96,3 +96,15 @@ fun:_dl_init fun:_dl_start_user } +{ + malloc-leaks-cxx-stl-string-classes-debug3 + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:pool + fun:UnknownInlinedFun + fun:_GLOBAL__sub_I_eh_alloc.cc + fun:call_init.part.0 + fun:_dl_init + obj:*lib*/ld-2.*.so +}