]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: suppress __trans_list_add valgrind warning
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 15 Jun 2024 03:00:02 +0000 (23:00 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 24 Jul 2024 14:32:02 +0000 (10:32 -0400)
Fixes: https://tracker.ceph.com/issues/65779
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 4d707415ab9215e8ec14e9ae7cbaa09616cd3fa4)

qa/valgrind.supp

index 6a5a08f14b09304339202454e71e258cc4696844..7bc7e1f4e2ff15a3eb0476a17d635f279613ed90 100644 (file)
    fun:exit
    fun:(below main)
 }
-
+{
+   tracker #65779: __trans_list_add annoyance
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:calloc
+   fun:__trans_list_add
+   ...
+   fun:_dl_init
+   ...
+}