From d3960967037208b0d511a0ab8a5e998804ab47a4 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 11 Jun 2013 19:33:59 -0700 Subject: [PATCH] valgrind: make leveldb thread suppression more general The thread can get created from a range of callers; ignore them all. --- teuthology/task/valgrind.supp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/valgrind.supp b/teuthology/task/valgrind.supp index 9e31e02892..c15ebded30 100644 --- a/teuthology/task/valgrind.supp +++ b/teuthology/task/valgrind.supp @@ -15,12 +15,12 @@ ... } { - leveldb leaks a thread + leveldb leaks its thread(s) Memcheck:Leak ... fun:pthread_create* ... - fun:*leveldb*PosixEnv*Schedule* + fun:*leveldb* ... } { -- 2.39.5