summaryrefslogtreecommitdiffstats
path: root/build-aux/ci/lsan.supp
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:45:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:45:20 +0000
commitae1c76ff830d146d41e88d6fba724c0a54bce868 (patch)
tree3c354bec95af07be35fc71a4b738268496f1a1c4 /build-aux/ci/lsan.supp
parentInitial commit. (diff)
downloadgnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.tar.xz
gnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.zip
Adding upstream version 1:43.6.upstream/1%43.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build-aux/ci/lsan.supp')
-rw-r--r--build-aux/ci/lsan.supp19
1 files changed, 19 insertions, 0 deletions
diff --git a/build-aux/ci/lsan.supp b/build-aux/ci/lsan.supp
new file mode 100644
index 0000000..841cdb7
--- /dev/null
+++ b/build-aux/ci/lsan.supp
@@ -0,0 +1,19 @@
+# https://bugs.freedesktop.org/show_bug.cgi?id=105466
+leak:libfontconfig.so.1
+
+# Unknown and unreported bugs
+leak:__GI___vasprintf_chk
+leak:__interceptor_malloc
+leak:__alloc_dir
+leak:libglib-2.0.so.0
+
+# Needing attention
+leak:<unknown module>
+leak:test_timezone_gfx
+
+########
+# __GI___vasprintf_chk /usr/src/debug/glibc-2.27.9000-432-g104502102c/debug/vasprintf_chk.c:80
+# __alloc_dir ../sysdeps/posix/opendir.c:118
+# g_malloc (/lib64/libglib-2.0.so.0+0x523c5)
+# g_realloc (/lib64/libglib-2.0.so.0+0x5247d)
+########