Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -558,11 +558,11 @@
fun:syscall.Syscall.abi0
}
{
DAOS-14680-1
Racecall cgo malloc
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:_cgo_0edd79296193_Cfunc__Cmalloc
fun:_cgo_*_Cfunc__Cmalloc
fun:runtime.asmcgocall.abi0
...
fun:racecall
Expand Down Expand Up @@ -593,16 +593,6 @@
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
}
{
__tsan_go_atomic64_load
Memcheck:Addr8
Expand All @@ -625,11 +615,11 @@
fun:racecall
}
{
DAOS-16052
Persistentalloc cgo malloc
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:_cgo_b68ed06c1ed7_Cfunc__Cmalloc
fun:_cgo_*_Cfunc__Cmalloc
fun:runtime.asmcgocall.abi0
...
fun:runtime.persistentalloc
Expand Down
Loading