From: degomme Date: Wed, 27 Apr 2016 19:33:43 +0000 (+0200) Subject: Netcards are bound to die, ignore their leaks. X-Git-Tag: v3_13~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ff909c377f33e2c6c25bc1e69ff4ecf960c8a45 Netcards are bound to die, ignore their leaks. --- 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: # ,----