From: Paul F. <pa...@so...> - 2025-02-14 18:35:39
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=8e76b87ddc90e6fa7262c3ee08eb14405b7eaa18 commit 8e76b87ddc90e6fa7262c3ee08eb14405b7eaa18 Author: Paul Floyd <pj...@wa...> Date: Fri Feb 14 19:34:27 2025 +0100 Solaris regtest: add a suppression for GCC 12 libstdc++ memcheck leak_cpp_interior Diff: --- memcheck/tests/libstdc++.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/memcheck/tests/libstdc++.supp b/memcheck/tests/libstdc++.supp index 2cac057305..525b62832f 100644 --- a/memcheck/tests/libstdc++.supp +++ b/memcheck/tests/libstdc++.supp @@ -109,3 +109,16 @@ obj:/libexec/ld-elf*.so.1 obj:/libexec/ld-elf*.so.1 } +{ + Solaris-leaks-g++-malloc + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:_GLOBAL__sub_I_eh_alloc.cc + obj:*/libstdc++.so* + fun:_init + fun:call_init + fun:setup + fun:_setup + fun:_rt_boot +} |