From 11277672ce8f50c86f57f1d64cdef5512bf930b3 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 10 Jan 2019 10:43:07 +0100 Subject: [PATCH] tell valgrind to ignore cruft inside python3.. Let it for now try to find the remaining issues in simgrid --- tools/simgrid.supp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 +} + + -- 2.20.1