X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d7344bf4cd4b75fe33e19f2ac1994b200962aa7e..da78bba04a81c0fffc03f411ba16444b34dfae56:/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: # ,----