]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: suppress MismatchedFree operator delete RocksDB 67508/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>
Wed, 25 Feb 2026 07:55:26 +0000 (07:55 +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>
(cherry picked from commit 227f17ae0921d027ba368251ddc121e2665db021)

qa/valgrind.supp

index 3a6a9c38cd53c9ea461423beb7710c66cd7f1977..dce5230fad2f267daaa631126f0327deeb89f893 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