From: degomme Date: Thu, 21 Apr 2016 23:50:50 +0000 (+0200) Subject: update suppression to account for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64535 X-Git-Tag: v3_13~34^2~30^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/79e137de9e39c31ceb7e266f57d28edd04a3360c update suppression to account for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64535 --- diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 1876d3dc8d..91b7b76b28 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -43,7 +43,7 @@ #There seems to be an issue with libc using an uninitialized value somewhere in dlopen { - Invalid read in backtrace, called after makecontext + Invalid read in dl_start Memcheck:Cond fun:index fun:expand_dynamic_string_token @@ -51,6 +51,19 @@ 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:call_init.part.0 + fun:_dl_init +} + +#48 bytes +{ + Memory leak +} # Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,----