]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: suppress MismatchedFree operator delete RocksDB
authorNitzan Mordechai <nmordch@li-2bf86dcc-35b8-11b2-a85c-b1dfd4248b42.ibm.com>
Tue, 16 Dec 2025 12:50:45 +0000 (14:50 +0200)
committerNitzan Mordechai <nmordch@li-2bf86dcc-35b8-11b2-a85c-b1dfd4248b42.ibm.com>
Tue, 16 Dec 2025 12:50:48 +0000 (14:50 +0200)
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..e11f3d9035b798358c8f31f45cc48495c64561f0 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
+        fun:_ZN9BlueStore9_close_dbEv
+}
 {
        libstdc++ leak on xenial
        Memcheck:Leak