From: Arnaud Giersch Date: Sat, 16 Sep 2017 12:44:46 +0000 (+0200) Subject: Memcheck: another kind of leak to ignore from smpi/dlopen. X-Git-Tag: v3_17~103 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/84457938de6b0a772b1681e03199ece0a0bb10a3 Memcheck: another kind of leak to ignore from smpi/dlopen. --- diff --git a/tools/simgrid.supp b/tools/simgrid.supp index d9de9cf219..287d7bf513 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -86,7 +86,7 @@ #SMPI leaks the dlopen handle used to load the program { - dlopen handle leaks (1/2) + dlopen handle leaks (1/3) Memcheck:Leak match-leak-kinds:reachable fun:malloc @@ -95,7 +95,7 @@ } { - dlopen handle leaks (2/2) + dlopen handle leaks (2/3) Memcheck:Leak match-leak-kinds:reachable fun:calloc @@ -103,6 +103,15 @@ fun:dlopen@@GLIBC_* } +{ + dlopen handle leaks (3/3) + Memcheck:Leak + match-leak-kinds:reachable + fun:realloc + ... + fun:dlopen@@GLIBC_* +} + # Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,----