Skip to content

Commit

Permalink
Merge pull request #51341 from NitzanMordhai/wip-59628-pacific
Browse files Browse the repository at this point in the history
pacific: src/valgrind.supp: Adding know leaks unrelated to ceph

Reviewed-by: Neha Ojha <nojha@redhat.com>
  • Loading branch information
yuriw committed May 23, 2023
2 parents 05d7557 + e44c77f commit a0266a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions qa/valgrind.supp
Expand Up @@ -288,6 +288,15 @@
fun:_dl_lookup_symbol_x
...
}
{
dl-init.c possible lost init
Memcheck:Leak
...
fun:__trans_list_add
fun:call_init.part.0
fun:call_init
...
}
{
weird thing from libc
Memcheck:Leak
Expand Down Expand Up @@ -393,6 +402,13 @@
fun:*BGThreadWrapper*
...
}
{
rocksdb VersionStorageInfo
Memcheck:Leak
...
fun:*VersionStorageInfo
...
}
{
libstdc++ leak on xenial
Memcheck:Leak
Expand Down

0 comments on commit a0266a6

Please sign in to comment.