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
17 changes: 17 additions & 0 deletions contrib/valgrind/valgrind_vma.supp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,23 @@
fun:rdma_create_event_channel
fun:_ZN15neigh_table_mgrC1Ev
}
{
rdma_create_event_channel_fp_leak
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
obj:/usr/lib/x86_64-linux-gnu/librdmacm.so.1.3.54.0
obj:/usr/lib/x86_64-linux-gnu/librdmacm.so.1.3.54.0
obj:/usr/lib/x86_64-linux-gnu/librdmacm.so.1.3.54.0
fun:rdma_create_event_channel
fun:_ZN15neigh_table_mgrC1Ev
fun:do_global_ctors_helper
fun:_Z15do_global_ctorsv
fun:socket_internal
fun:socket
fun:_Z7bringupPKi
fun:main
}
# false positive verbs
{
libibverbs Param ibv_exp_cmd_create_qp
Expand Down