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>
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