aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-07-25 10:00:19 +0100
committerfanquake <fanquake@gmail.com>2023-07-25 10:23:18 +0100
commit50f7214e0915a88dd81c1ac1d292e049a398cda2 (patch)
treed35a6a92c747d36c457e95e75acf1a048eea4d7f /contrib
parentd23fda05842ba4539b225bbab01b94df0060f697 (diff)
downloadbitcoin-50f7214e0915a88dd81c1ac1d292e049a398cda2.tar.xz
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/valgrind.supp6
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
+}