From 59953571fbf2404d02e7e312c5e6648dcaf5d740 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 11 Jun 2007 01:22:03 +0000 Subject: [PATCH] Ignore valgrind problems on Ubuntu from ld --- Misc/valgrind-python.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp index 4a6710e74070..a08eaac97b05 100644 --- a/Misc/valgrind-python.supp +++ b/Misc/valgrind-python.supp @@ -133,6 +133,15 @@ ### use of the libraries. ### +{ + Generic ubuntu ld problems + Memcheck:Addr8 + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so +} + { Generic gentoo ld problems Memcheck:Cond -- 2.47.3