From 6ff909c377f33e2c6c25bc1e69ff4ecf960c8a45 Mon Sep 17 00:00:00 2001 From: degomme Date: Wed, 27 Apr 2016 21:33:43 +0200 Subject: [PATCH] Netcards are bound to die, ignore their leaks. --- tools/simgrid.supp | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/tools/simgrid.supp b/tools/simgrid.supp index bcd088074d..767a4b0160 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -62,6 +62,41 @@ fun:_dl_init } +# SG3.13 : We will remove NetCards soon, so ignore these ones +{ + Memory leak in Netcards + Memcheck:Leak + match-leak-kinds: definite + ... + fun:sg_platf_new_router + fun:STag_surfxml_router + fun:surf_parse_lex + ... + fun:parse_platform_file + fun:SIMIX_create_environment + fun:smpi_main + fun:main +} + +{ + Memory leak in Netcards + Memcheck:Leak + match-leak-kinds: indirect + fun:malloc + fun:strdup + fun:xbt_strdup + ... + fun:sg_platf_new_router + fun:STag_surfxml_router + fun:surf_parse_lex + ... + fun:parse_platform_file + fun:SIMIX_create_environment + fun:smpi_main + fun:main +} + + # Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,---- -- 2.20.1