diff options
author | fanquake <fanquake@gmail.com> | 2023-07-26 09:36:15 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-07-26 09:36:21 +0100 |
commit | 95d523fabb44637c17f838d9910952031de84545 (patch) | |
tree | f60e2f7dd344f66c7a41e75c84472294042bcbab | |
parent | 54fe963a53f8a5c0bbaebcd9b146d3a37a35d6d6 (diff) | |
parent | 50f7214e0915a88dd81c1ac1d292e049a398cda2 (diff) |
Merge bitcoin/bitcoin#28145: valgrind: add suppression for bug 472219
50f7214e0915a88dd81c1ac1d292e049a398cda2 valgrind: add suppression for bug 472219 (fanquake)
Pull request description:
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.
ACKs for top commit:
MarcoFalke:
lgtm ACK 50f7214e0915a88dd81c1ac1d292e049a398cda2
Tree-SHA512: 1030f3709195250350fd9c558420a9b1773fb54fdb323e0452a46eeb69ec6d60b5df50bde617c12d917e16dde07db64dee1b0101ddd4eda6161261fc7f6d4474
-rw-r--r-- | contrib/valgrind.supp | 6 |
1 files changed, 6 insertions, 0 deletions
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 +} |