X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f249b5730d3411a2f7c8d5f7a2242d70ddd02da..937b2ff83159c681aa89d051f003a0828f6c44f6:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 6af801963a..27bab275b2 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -1,20 +1,18 @@ # Valgrind suppressions for stuff that we cannot control -# Memory leak in dash -# dash is actually used when checking the "mkfile" command in tesh +# Memory leaks in standard tools (e.g. dash, tail, or sort) { - Memory leak in /bin/dash + Memory leak in /bin tools Memcheck:Leak ... - obj:/bin/dash + obj:/bin/* } -# We also don't want to be annoyed by leaks in /usr/bin/tail { - Memory leak in /usr/bin/tail + Memory leak in /usr/bin tools Memcheck:Leak ... - obj:/usr/bin/tail + obj:/usr/bin/* } # There's a constant leak of 56 bytes in the depths of libc which @@ -72,3 +70,11 @@ fun:aagparse fun:agconcat } + +# We're not interested by memory leaks in the Lua interpreter +{ + Memory leak in lua + Memcheck:Leak + ... + fun:luaD_precall +}