From aa46e7a3fb1c31a72730fcbdbe514dc79fe4d884 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 10 Jan 2018 16:39:15 +0800 Subject: [PATCH] teuthology/task/install/valgrind.supp: add suppression for dlopen() the analysis in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700899 also applies to ceph-common. Fixes: http://tracker.ceph.com/issues/22438 Signed-off-by: Kefu Chai --- teuthology/task/install/valgrind.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/teuthology/task/install/valgrind.supp b/teuthology/task/install/valgrind.supp index 2609c6b44b..02fec089f6 100644 --- a/teuthology/task/install/valgrind.supp +++ b/teuthology/task/install/valgrind.supp @@ -481,3 +481,13 @@ fun:PyEval_CallObjectWithKeywords fun:PyEval_EvalFrameEx } + +{ + dlopen() with -lceph-common https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700899 + Memcheck:Leak + match-leak-kinds: reachable + fun:calloc + ... + fun:_dlerror_run + fun:dlopen@@GLIBC_2.2.5 +} \ No newline at end of file -- 2.39.5