]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add an extra suppression.
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 30 Dec 2020 12:57:39 +0000 (13:57 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 30 Dec 2020 12:57:39 +0000 (13:57 +0100)
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.

memcheck/tests/libstdc++.supp

index 28ab182d1263c36d2d5040f602e64d36deb94ad1..abb5b6689851b3f3dd6cc7207ef96a61f9df2034 100644 (file)
    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
+}