From: Casey Bodley Date: Mon, 12 Jun 2023 17:38:03 +0000 (-0400) Subject: qa: suppress SyscallParam error during startup on jammy X-Git-Tag: v18.1.2~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52041%2Fhead;p=ceph.git qa: suppress SyscallParam error during startup on jammy Fixes: https://tracker.ceph.com/issues/61428 Signed-off-by: Casey Bodley (cherry picked from commit 522251642e729b6dc9093a6e40262f9980866022) --- diff --git a/qa/valgrind.supp b/qa/valgrind.supp index 34f02d45b190..8baee4ef01a0 100644 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@ -183,6 +183,22 @@ obj:*tcmalloc* fun:*GetStackTrace* } +{ + tcmalloc: param points to uninit bytes under call_init (jammy) + Memcheck:Param + write(buf) + fun:syscall + obj:*libunwind* + obj:*libunwind* + obj:*libunwind* + obj:*libunwind* + fun:_ULx86_64_step + obj:*tcmalloc* + obj:*tcmalloc* + obj:*tcmalloc* + obj:*tcmalloc* + fun:call_init.part.0 +} { tcmalloc: string Memcheck:Leak