Skip to content

Commit 50f7214

Browse files
committed
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.
1 parent d23fda0 commit 50f7214

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/valgrind.supp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,9 @@
8989
...
9090
fun:_ZN5BCLog6Logger12StartLoggingEv
9191
}
92+
{
93+
Suppress https://bugs.kde.org/show_bug.cgi?id=472219 - fixed in Valgrind 3.22.
94+
Memcheck:Param
95+
ppoll(ufds.events)
96+
obj:/lib/ld-musl-aarch64.so.1
97+
}

0 commit comments

Comments
 (0)