]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: suppress MismatchedFree operator delete RocksDB 66651/head
authorNitzan Mordechai <nmordch@li-2bf86dcc-35b8-11b2-a85c-b1dfd4248b42.ibm.com>
Tue, 16 Dec 2025 12:50:45 +0000 (14:50 +0200)
committerNitzanMordhai <nmordech@ibm.com>
Mon, 23 Feb 2026 08:52:40 +0000 (08:52 +0000)
When using GLIBCXX_3.4.32 - GCC 14 valgrind complain on mismatch free
when we are closing RocksDB, when using GCC 13, the problem doesn't
appear.
we will suppress the valgrind error.

Fixes: https://tracker.ceph.com/issues/73822
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
qa/valgrind.supp

index 627456b0dd2919887cc4fc22d28c68ffd1c0e720..cbc7fdace7a58e42899d36ef11afc452bad7013e 100644 (file)
         fun:__libc_start_main@@GLIBC_2.34
         fun:(below main)
 }
+{
+        rocksdb mismatched free bluestore close
+        Memcheck:Free
+        fun:_ZdaPvmSt11align_val_t
+        fun:_ZN12RocksDBStore5closeEv
+        fun:_ZN12RocksDBStoreD*Ev
+        ...
+}
 {
        libstdc++ leak on xenial
        Memcheck:Leak