X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e709643ef0c5b61c6c878016c418bffa2b1b20cd..refs/heads/experimental:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index bb1e4b181b..c9445e6068 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -60,12 +60,37 @@ Memcheck:Leak match-leak-kinds:reachable fun:malloc - obj:/usr/lib/*/libstdc++.so.* fun:call_init.part.0 ... fun:_dl_init } +{ + Memory leak in dl_init + Memcheck:Leak + match-leak-kinds:reachable + ... + fun:_dl_init +} +{ + Memory leak in dl_init + Memcheck:Leak + match-leak-kinds:reachable + ... + fun:dlopen_doit +} + +{ + Leaks in test-help-version and test-help-logs (early call to exit()) + Memcheck:Leak + match-leak-kinds: reachable + fun:_Znwm + fun:_ZN7simgrid3s4u6EngineC1EPiPPc + fun:main + ... + obj:*/basic-parsing-test +} + #Ignore leaks in SMPI sample codes { Leaks in SMPI sample codes @@ -75,7 +100,16 @@ fun:smpi_simulated_main_ } -# Memory leaks appearing to be in libcgraph. They can be seen with the +#This test has an intentional leak +{ + Intentional leak in SMPI sample codes + Memcheck:Leak + match-leak-kinds: all + fun:MPI_Comm_dup + obj:coll-allreduce-with-leaks* +} + +#Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,---- # | #include @@ -99,7 +133,6 @@ Memcheck:Leak fun:malloc ... - obj:*/libcgraph.so* fun:aaglex fun:aagparse fun:agconcat @@ -124,81 +157,7 @@ fun:agconcat } -# We're not interested by memory leaks in the Lua interpreter -{ - Memory leak in lua - Memcheck:Leak - ... - 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 - ... -} - -{ - ignore unwind cruft - Memcheck:Param - rt_sigprocmask(set) - ... - obj:/usr/lib/x86_64-linux-gnu/libunwind.so.* - ... -} -{ - ignore unwind cruft - Memcheck:Param - msync(start) - ... - obj:/usr/lib/x86_64-linux-gnu/libunwind.so.* - ... -} -{ - ignore unwind cruft - Memcheck:Param - write(buf) - ... - fun:_ULx86_64_step - obj:/usr/lib/x86_64-linux-gnu/libunwind.so.* -} - -{ - ignore unwind invalid reads - Memcheck:Addr8 - fun:_Ux86_64_setcontext -} - -# Java cruft -{ - JavaCruft 1 - Memcheck:Addr4 - ... - fun:_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread - fun:JVM_DoPrivileged - ... -} -{ - JavaCruft 2 - Memcheck:Cond - ... - fun:_ZN13CompileBroker25invoke_compiler_on_methodEP11CompileTask - ... -} - -{ - Somewhere within the Java conditions and monitors - Memcheck:Cond - fun:MarsagliaXORV - ... -} - -#ignore python cruft +# Ignore python cruft { ignore python cruft 1 Memcheck:Cond