]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/valgrind.supp: Adding know leaks unrelated to ceph 51341/head
authorNitzanMordhai <nmordech@redhat.com>
Thu, 27 Oct 2022 11:42:15 +0000 (11:42 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Thu, 4 May 2023 05:43:41 +0000 (05:43 +0000)
During teuthology test we can hit few valgrind errors that stop
the tests, one of them is Rocksdb version info and the other one
is dl-init.
Adding them to the valgrinf suppression file.

Fixes: https://tracker.ceph.com/issues/52136
       https://tracker.ceph.com/issues/57751
       https://tracker.ceph.com/issues/53575
Signed-off-by: Nitzan Mordechai <nmordec@redhat.com>
(cherry picked from commit 43c94e14a553b96466c85c05849d3205babb18d4)

qa/valgrind.supp

index c284ecd43f6b4439f7dab13c2ea0fd80126fe226..c053a9f8953828ce1b6cd3b5fc67423bf60f99c2 100644 (file)
        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
        fun:*BGThreadWrapper*
        ...
 }
+{
+       rocksdb VersionStorageInfo
+       Memcheck:Leak
+       ...
+       fun:*VersionStorageInfo
+       ...
+}
 {
        libstdc++ leak on xenial
        Memcheck:Leak