From: Kefu Chai Date: Fri, 12 Jan 2018 06:24:30 +0000 (+0800) Subject: teuthology/task/install/valgrind.supp: add suppression for dlopen() X-Git-Tag: 1.1.0~363^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1144%2Fhead;p=teuthology.git teuthology/task/install/valgrind.supp: add suppression for dlopen() should cover the case of malloc() in addition to calloc() 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 02fec089f..c9b461f92 100644 --- a/teuthology/task/install/valgrind.supp +++ b/teuthology/task/install/valgrind.supp @@ -486,7 +486,7 @@ dlopen() with -lceph-common https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700899 Memcheck:Leak match-leak-kinds: reachable - fun:calloc + fun:*alloc ... fun:_dlerror_run fun:dlopen@@GLIBC_2.2.5