X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..d6e5d0539332a7a0cc8ff39bc0d26bd58b7b9d37:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index dbbae62ac1..bcd088074d 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -41,6 +41,27 @@ fun:makecontext } +#There seems to be an issue with libc using an uninitialized value somewhere in dlopen +{ + Invalid read in dl_start + Memcheck:Cond + fun:index + fun:expand_dynamic_string_token + ... + fun:_dl_start +} + +# 72704 bytes leak from GCC >5.1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64535 +{ + Memory leak in dl_init + Memcheck:Leak + match-leak-kinds:reachable + fun:malloc + obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 + fun:call_init.part.0 + fun:_dl_init +} + # Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,----