From: Jeff King <peff@xxxxxxxx> On some Linux systems, we get a host of Cond and Addr errors from calls to dlopen that are caused by nss modules. We should be able to safely ignore anything happening in ld-*.so as "not our problem." Signed-off-by: Jeff King <peff@xxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> --- This is Peff's patch, unchanged. t/valgrind/default.supp | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/t/valgrind/default.supp b/t/valgrind/default.supp index 2482b3b..1013847 100644 --- a/t/valgrind/default.supp +++ b/t/valgrind/default.supp @@ -11,6 +11,18 @@ } { + ignore-ldso-cond + Memcheck:Cond + obj:*ld-*.so +} + +{ + ignore-ldso-addr8 + Memcheck:Addr8 + obj:*ld-*.so +} + +{ writing-data-from-zlib-triggers-errors Memcheck:Param write(buf) -- 1.6.1.243.g6c8bb35 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html