Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
One more valgrind suppression for backtrace/makecontext.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 7 Dec 2013 09:58:12 +0000 (10:58 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 7 Dec 2013 09:58:12 +0000 (10:58 +0100)
tools/simgrid.supp

index 27bab27..dbbae62 100644 (file)
    fun:__libc_dlopen_mode
 }
 
+# Another problem in glibc, where makecontext does not reset the EBP register,
+# and backtrace goes too far when walking up the stack frames
+{
+   Invalid read in backtrace, called after makecontext
+   Memcheck:Addr4
+   fun:backtrace
+   ...
+   fun:makecontext
+}
+
 # Memory leaks appearing to be in libcgraph.  They can be seen with the
 # following simple program:
 # ,----