From 00be269abdb6bcd55bddfa02450669698b2ca392 Mon Sep 17 00:00:00 2001 From: Mark Kogan Date: Mon, 21 Aug 2023 17:49:28 +0000 Subject: [PATCH] valgrind: UninitCondition under __run_exit_handlers suppression reqiered in CentOS / RHEL 9 & Ubuntu 22.04.1 LTS Fixes: https://tracker.ceph.com/issues/62141 Signed-off-by: Mark Kogan (cherry picked from commit 03616b4330080cadf20be440d92e33ca90de254a) --- qa/valgrind.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qa/valgrind.supp b/qa/valgrind.supp index ab33ab54245c5..975a7bfe02018 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -642,3 +642,15 @@ fun:_ZN11EventCenter14process_eventsEjPNSt6chrono8durationImSt5ratioILl1ELl1000000000EEEE ... } +{ + tracker #62141 : valgrind: UninitCondition under __run_exit_handlers + Memcheck:Cond + fun:free + fun:free_res + fun:__libc_freeres + fun:_vgnU_freeres + fun:__run_exit_handlers + fun:exit + fun:(below main) +} + -- 2.39.5