From: Kefu Chai Date: Wed, 10 Jan 2018 08:39:15 +0000 (+0800) Subject: teuthology/task/install/valgrind.supp: add suppression for dlopen() X-Git-Tag: 1.1.0~364^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aa46e7a3fb1c31a72730fcbdbe514dc79fe4d884;p=teuthology.git 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 --- 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