X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/281f8c29e177852dcb1591fc31e363e1176857c8..aca82eb79d2576bb0696a8ee66a27e60f64aa62b:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 27bab275b2..1876d3dc8d 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -31,6 +31,26 @@ 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 +} + +#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: # ,----