From 50f7214e0915a88dd81c1ac1d292e049a398cda2 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 25 Jul 2023 10:00:19 +0100 Subject: valgrind: add suppression for bug 472219 Now that https://bugs.kde.org/show_bug.cgi?id=472219 has been fixed upstream in: https://sourceware.org/git/?p=valgrind.git;a=commit;h=6ce0979884a8f246c80a098333ceef1a7b7f694d Add a supression to ignore the bug until we are using a fixed version of Valgrind. Related to #28072. --- contrib/valgrind.supp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib') diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp index faba1f6ae6..ee91acd5ef 100644 --- a/contrib/valgrind.supp +++ b/contrib/valgrind.supp @@ -89,3 +89,9 @@ ... fun:_ZN5BCLog6Logger12StartLoggingEv } +{ + Suppress https://bugs.kde.org/show_bug.cgi?id=472219 - fixed in Valgrind 3.22. + Memcheck:Param + ppoll(ufds.events) + obj:/lib/ld-musl-aarch64.so.1 +} -- cgit v1.2.3