Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
suppress a libc problem from valgrind output
authordegomme <augustin.degomme@unibas.ch>
Tue, 19 Apr 2016 10:41:04 +0000 (12:41 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 19 Apr 2016 15:56:52 +0000 (17:56 +0200)
tools/simgrid.supp

index dbbae62..1876d3d 100644 (file)
    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:
 # ,----