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 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
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
You can’t perform that action at this time.
0 commit comments