Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacific: src/valgrind.supp: Adding know leaks unrelated to ceph #51341

Merged
merged 1 commit into from May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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