X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da4a3bef84ee223b06114de15ee8b5d9b4650c17..3ad51daf5c4c7d42a0e55e00498b0c9de202b9e4:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index f6451d2009..04ac7191c4 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -67,7 +67,6 @@ { Memory leak in Netcards Memcheck:Leak - match-leak-kinds: definite ... fun:sg_platf_new_router fun:STag_surfxml_router @@ -75,8 +74,6 @@ ... fun:parse_platform_file fun:SIMIX_create_environment - fun:smpi_main - fun:main } { @@ -135,6 +132,15 @@ fun:aagparse fun:agconcat } +{ + Memory leak in libcgraph (1/2) + Memcheck:Leak + fun:calloc + ... + obj:/usr/lib/libcgraph.so* + fun:aagparse + fun:agconcat +} { Memory leak in libcgraph (2/2) Memcheck:Leak @@ -153,3 +159,14 @@ ... fun:luaD_precall } + +# libunwind seems to be using msync poorly, thus triggering these +# https://github.com/JuliaLang/julia/issues/4533 +{ + msync unwind + Memcheck:Param + msync(start) + ... + obj:*/libpthread*.so + ... +}