]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/task/install/valgrind.supp: add suppression for dlopen() 1143/head
authorKefu Chai <kchai@redhat.com>
Wed, 10 Jan 2018 08:39:15 +0000 (16:39 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Jan 2018 08:41:41 +0000 (16:41 +0800)
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 <kchai@redhat.com>
teuthology/task/install/valgrind.supp

index 2609c6b44bc57c5470aee0c06e0a4448c0db4534..02fec089f619a32da2ed15f222147c3e17ebe30d 100644 (file)
    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