aboutsummaryrefslogtreecommitdiff
path: root/contrib/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/valgrind.supp')
-rw-r--r--contrib/valgrind.supp27
1 files changed, 8 insertions, 19 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp
index 9a8edba445..c537f9e7ec 100644
--- a/contrib/valgrind.supp
+++ b/contrib/valgrind.supp
@@ -13,19 +13,8 @@
#
# Note that suppressions may depend on OS and/or library versions.
# Tested on:
-# * aarch64 (Ubuntu 22.04 system libs, clang, without gui)
-# * x86_64 (Ubuntu 22.04 system libs, clang, without gui)
-{
- Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- obj:*/libstdc++.*
- fun:call_init.part.0
- fun:call_init
- fun:_dl_init
- obj:*/ld-*.so
-}
+# * aarch64 (Ubuntu Noble system libs, clang, without gui)
+# * x86_64 (Ubuntu Noble system libs, clang, without gui)
{
Suppress libdb warning - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662917
Memcheck:Cond
@@ -71,12 +60,6 @@
fun:_Z8ShutdownR11NodeContext
}
{
- Ignore GUI warning
- Memcheck:Leak
- ...
- obj:/usr/lib64/libgdk-3.so.0.2404.7
-}
-{
Suppress leveldb leak
Memcheck:Leak
match-leak-kinds: reachable
@@ -106,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
+}