1
mirror of https://github.com/bitcoin/bitcoin synced 2024-10-06 00:15:52 +02:00

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.
This commit is contained in:
fanquake 2023-07-25 10:00:19 +01:00
parent d23fda0584
commit 50f7214e09
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -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
}