Skip to content

Commit e047ae8

Browse files
committed
valgrind: update supps for Debian Bookworm.
Remove no-longer-required libstdc++ suppression. Remove unused (and versioned) GUI suppression.
1 parent ba29143 commit e047ae8

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

contrib/valgrind.supp

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,8 @@
1313
#
1414
# Note that suppressions may depend on OS and/or library versions.
1515
# Tested on:
16-
# * aarch64 (Ubuntu 22.04 system libs, clang, without gui)
17-
# * x86_64 (Ubuntu 22.04 system libs, clang, without gui)
18-
{
19-
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
20-
Memcheck:Leak
21-
match-leak-kinds: reachable
22-
fun:malloc
23-
obj:*/libstdc++.*
24-
fun:call_init.part.0
25-
fun:call_init
26-
fun:_dl_init
27-
obj:*/ld-*.so
28-
}
16+
# * aarch64 (Debian Bookworm system libs, clang, without gui)
17+
# * x86_64 (Debian Bookworm system libs, clang, without gui)
2918
{
3019
Suppress libdb warning - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662917
3120
Memcheck:Cond
@@ -70,12 +59,6 @@
7059
...
7160
fun:_Z8ShutdownR11NodeContext
7261
}
73-
{
74-
Ignore GUI warning
75-
Memcheck:Leak
76-
...
77-
obj:/usr/lib64/libgdk-3.so.0.2404.7
78-
}
7962
{
8063
Suppress leveldb leak
8164
Memcheck:Leak

0 commit comments

Comments
 (0)