From 84457938de6b0a772b1681e03199ece0a0bb10a3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 16 Sep 2017 14:44:46 +0200 Subject: [PATCH] Memcheck: another kind of leak to ignore from smpi/dlopen. --- tools/simgrid.supp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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: # ,---- -- 2.20.1