Skip to content
Open
Changes from all commits
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
27 changes: 13 additions & 14 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,21 @@
...
}
{
Go syscall.
Go syscall write
Memcheck:Param
write(buf)
fun:syscall.Syscall.abi0
fun:internal/runtime/*Syscall6
}
{
Go syscall read
Memcheck:Param
read(buf)
fun:internal/runtime/*Syscall6
}
{
context Err()
Memcheck:Addr8
fun:context.(*valueCtx).Err
}
{
Racecall cgo malloc
Expand All @@ -582,12 +593,6 @@
Memcheck:Value8
fun:aeshashbody
}
{
DAOS-15159
Memcheck:Param
write(buf)
fun:internal/runtime/syscall.Syscall6
}
{
DAOS-15548
Memcheck:Addr1
Expand Down Expand Up @@ -696,12 +701,6 @@
Memcheck:Addr8
fun:racecalladdr
}
{
Syscall6 param
Memcheck:Param
read(buf)
fun:internal/runtime/syscall.Syscall6
}
{
__tsan_go_atomic32_load
Memcheck:Addr4
Expand Down
Loading