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
This commit is contained in:
fanquake 2023-07-26 09:36:15 +01:00 committed by pasta
parent 33766805eb
commit 933a63e8fc
No known key found for this signature in database
GPG Key ID: E2F3D7916E722D38

View File

@ -162,3 +162,9 @@
... ...
fun:_ZN5BCLog6Logger12StartLoggingEv 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
}