From: Augustin Degomme Date: Thu, 10 Jan 2019 09:43:07 +0000 (+0100) Subject: tell valgrind to ignore cruft inside python3.. Let it for now try to find the remaini... X-Git-Tag: v3_22~618 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/11277672ce8f50c86f57f1d64cdef5512bf930b3?ds=sidebyside tell valgrind to ignore cruft inside python3.. Let it for now try to find the remaining issues in simgrid --- diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 63e6a079c4..0a7ad0abac 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -225,3 +225,24 @@ fun:MarsagliaXORV ... } + +#ignore python cruft +{ + Memcheck:Cond + ... + obj:/usr/bin/python3 +} + +{ + Memcheck:Addr4 + ... + obj:/usr/bin/python3 +} + +{ + Memcheck:Value8 + ... + obj:/usr/bin/python3 +} + +