From afb30f389cb92f4294fd4586470553c7a6110bbd Mon Sep 17 00:00:00 2001 From: degomme Date: Tue, 19 Apr 2016 12:41:04 +0200 Subject: [PATCH] suppress a libc problem from valgrind output --- tools/simgrid.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/simgrid.supp b/tools/simgrid.supp index dbbae62ac1..1876d3dc8d 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -41,6 +41,16 @@ fun:makecontext } +#There seems to be an issue with libc using an uninitialized value somewhere in dlopen +{ + Invalid read in backtrace, called after makecontext + Memcheck:Cond + fun:index + fun:expand_dynamic_string_token + ... + fun:_dl_start +} + # Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,---- -- 2.20.1