From: Nitzan Mordechai Date: Tue, 16 Dec 2025 12:50:45 +0000 (+0200) Subject: qa: suppress MismatchedFree operator delete RocksDB X-Git-Tag: v21.0.0~26^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=227f17ae0921d027ba368251ddc121e2665db021;p=ceph.git qa: suppress MismatchedFree operator delete RocksDB 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 --- diff --git a/qa/valgrind.supp b/qa/valgrind.supp index 627456b0dd2..cbc7fdace7a 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -581,6 +581,14 @@ 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