mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
valgrind: update supps for Debian Bookworm.
Remove no-longer-required libstdc++ suppression. Remove unused (and versioned) GUI suppression.
This commit is contained in:
parent
ba29143d98
commit
e047ae84d2
1 changed files with 2 additions and 19 deletions
|
@ -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 (Debian Bookworm system libs, clang, without gui)
|
||||
# * x86_64 (Debian Bookworm system libs, clang, without gui)
|
||||
{
|
||||
Suppress libdb warning - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662917
|
||||
Memcheck:Cond
|
||||
|
@ -70,12 +59,6 @@
|
|||
...
|
||||
fun:_Z8ShutdownR11NodeContext
|
||||
}
|
||||
{
|
||||
Ignore GUI warning
|
||||
Memcheck:Leak
|
||||
...
|
||||
obj:/usr/lib64/libgdk-3.so.0.2404.7
|
||||
}
|
||||
{
|
||||
Suppress leveldb leak
|
||||
Memcheck:Leak
|
||||
|
|
Loading…
Add table
Reference in a new issue