X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/5279f43fc9be71815091e79c76d5bc04c8c88421..3c79bbd2b5d237ebb9f045a768ac611a6bc7851c:/valgrind_suppressions_3.5 diff --git a/valgrind_suppressions_3.5 b/valgrind_suppressions_3.5 index f445238..e1e2552 100644 --- a/valgrind_suppressions_3.5 +++ b/valgrind_suppressions_3.5 @@ -1,5 +1,5 @@ { - Memory leaks in surf_routing.c + Known memory leaks in SimGrid (surf_routing.c) Memcheck:Leak ... fun:surf_parse_lex @@ -8,3 +8,20 @@ fun:MSG_create_environment ... } + +{ + Memory leak in libc? + Memcheck:Leak + fun:malloc + fun:_dl_map_object_deps + fun:dl_open_worker + fun:_dl_catch_error + fun:_dl_open + fun:do_dlopen + fun:_dl_catch_error + fun:dlerror_run + fun:__libc_dlopen_mode + fun:init + fun:pthread_once + fun:backtrace +}