Skip to content

Commit

Permalink
supp
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2023
1 parent 3fb0159 commit e18527f
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions tests/parpe.supp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
...
}

{
libhwloc
Memcheck:Leak
match-leak-kinds: all
fun:calloc
...
obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.15.*.*
...
fun:hwloc_topology_load
...
}

{
<_dlerror_run OpenMPI?>
Memcheck:Leak
Expand Down Expand Up @@ -215,15 +227,14 @@
dl
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:_dl_check_map_versions
fun:*alloc
...
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:dlopen_doit
fun:_dl_catch_exception
fun:_dl_catch_error
fun:_dlerror_run
...
}

Expand Down Expand Up @@ -364,21 +375,12 @@
...
}

{
pmix_server_init
Memcheck:Leak
match-leak-kinds: indirect
fun:malloc
fun:strdup
...
fun:pmix_server_init
}

{
pmix_server_init
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
match-leak-kinds: all
fun:*alloc
...
fun:pmix_server_init
...
Expand Down Expand Up @@ -469,6 +471,16 @@
...
}

{
orte_init
Memcheck:Param
socketcall.getsockopt(optlen_out)
fun:getsockopt_syscall
fun:getsockopt
...
fun:orte_init
}

{
libunwind
Memcheck:Param
Expand All @@ -484,8 +496,7 @@
match-leak-kinds: reachable
fun:_Znwm
...
fun:_ZN7testing12_GLOBAL__N_131SetReactionOnUninterestingCallsEmNS_8internal12CallReactionE
fun:_ZN7testing4Mock23AllowUninterestingCallsEm
fun:_ZN7testing*UninterestingCall*
...
}

Expand Down

0 comments on commit e18527f

Please sign in to comment.