File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 13
13
#
14
14
# Note that suppressions may depend on OS and/or library versions.
15
15
# 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)
29
18
{
30
19
Suppress libdb warning - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662917
31
20
Memcheck:Cond
70
59
...
71
60
fun:_Z8ShutdownR11NodeContext
72
61
}
73
- {
74
- Ignore GUI warning
75
- Memcheck:Leak
76
- ...
77
- obj:/usr/lib64/libgdk-3.so.0.2404.7
78
- }
79
62
{
80
63
Suppress leveldb leak
81
64
Memcheck:Leak
You can’t perform that action at this time.
0 commit comments