X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b4e20873a7bd405842f3d8d1e6dd1d518db5535..7862d928239639a5fbde23866f80f1b234ff8396:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 27bab275b2..dbbae62ac1 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -31,6 +31,16 @@ 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: # ,----