]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
valgrind: added suppression for cython constants 1139/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 12 Dec 2017 21:38:54 +0000 (16:38 -0500)
committerJason Dillaman <dillaman@redhat.com>
Sun, 17 Dec 2017 22:19:02 +0000 (17:19 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
teuthology/task/install/valgrind.supp

index 5bc59b4897e56b621249a0198c08756b01910eb1..2609c6b44bc57c5470aee0c06e0a4448c0db4534 100644 (file)
     ...
     fun:PyObject_Call
 }
+
+{
+   rados cython constants
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   fun:PyObject_Malloc
+   fun:PyCode_New
+   fun:__Pyx_InitCachedConstants
+   fun:initrados
+   fun:_PyImport_LoadDynamicModule
+   ...
+   fun:PyImport_ImportModuleLevel
+   ...
+   fun:PyObject_Call
+   fun:PyEval_CallObjectWithKeywords
+   fun:PyEval_EvalFrameEx
+}
+
+{
+   rbd cython constants
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   fun:PyObject_Malloc
+   fun:PyCode_New
+   fun:__Pyx_InitCachedConstants
+   fun:initrbd
+   fun:_PyImport_LoadDynamicModule
+   ...
+   fun:PyImport_ImportModuleLevel
+   ...
+   fun:PyObject_Call
+   fun:PyEval_CallObjectWithKeywords
+   fun:PyEval_EvalFrameEx
+}