X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/64cc1c2a72ee1ea9e69ac9c2440b33676e80db25..4c70cf3c14267b54d1ac544bc71b9a0bbae8b7c5:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 6a0800b289..287d7bf513 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -18,8 +18,13 @@ { Memory leak in cmake Memcheck:Leak + match-leak-kinds:reachable + ... + fun:_Znwm + fun:_ZN4Json5Value13nullSingletonEv + obj:*/libjsoncpp.so* ... - obj:cmake + fun:_dl_init } # There's a constant leak of 56 bytes in the depths of libc which @@ -81,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 @@ -90,7 +95,7 @@ } { - dlopen handle leaks (2/2) + dlopen handle leaks (2/3) Memcheck:Leak match-leak-kinds:reachable fun:calloc @@ -98,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: # ,----