Skip to content

Commit

Permalink
DAOS-15959 cart: Add valgrind suppressions for Go runtime (#14507)
Browse files Browse the repository at this point in the history
Another Valgrind false positive.

Signed-off-by: Kris Jacque <kris.jacque@intel.com>
  • Loading branch information
kjacque authored and mjmac committed Jun 5, 2024
1 parent 856daa0 commit b0f8274
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -572,3 +572,13 @@
Memcheck:Addr1
fun:racecallatomic
}
{
Go runtime cgo malloc
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:_cgo_b68ed06c1ed7_Cfunc__Cmalloc
fun:runtime.asmcgocall.abi0
...
fun:racecall
}

0 comments on commit b0f8274

Please sign in to comment.