Skip to content

Commit

Permalink
DAOS-14680 ci: Update go suppressions. (#13402)
Browse files Browse the repository at this point in the history
Rocky 8.9 has brought in a new go version which is reporting
spurious leaks so add suppressions for them.

Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
  • Loading branch information
ashleypittman committed Nov 28, 2023
1 parent 8ecbf44 commit c7df5df
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -523,4 +523,28 @@
write(buf)
fun:syscall.Syscall.abi0
}

{
DAOS-14680-1
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:_cgo_0edd79296193_Cfunc__Cmalloc
fun:runtime.asmcgocall.abi0
...
fun:racecall
}
{
DAOS-14680-2
Memcheck:Value8
fun:memeqbody
}
{
DAOS-14680-3
Memcheck:Cond
fun:aeshashbody
}
{
DAOS-14680-4
Memcheck:Value8
fun:aeshashbody
}

0 comments on commit c7df5df

Please sign in to comment.