From eed57f579f402b34bf6259ab7868f3c8cf00ee46 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 8 Oct 2021 02:50:34 +0000 Subject: [PATCH] update valgrind supp --- tests/pytest/crash_gen/valgrind_taos.supp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/pytest/crash_gen/valgrind_taos.supp b/tests/pytest/crash_gen/valgrind_taos.supp index 6b3a04353d..1ec87d91b9 100644 --- a/tests/pytest/crash_gen/valgrind_taos.supp +++ b/tests/pytest/crash_gen/valgrind_taos.supp @@ -18230,4 +18230,21 @@ fun:__pyx_pw_5numpy_6random_13bit_generator_12BitGenerator_1__init__ obj:/usr/bin/python3.8 obj:/usr/bin/python3.8 +} +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + obj:/usr/bin/python3.8 + fun:_PyObject_MakeTpCall + fun:_PyEval_EvalFrameDefault + obj:/usr/bin/python3.8 + fun:_PyObject_MakeTpCall + fun:_PyEval_EvalFrameDefault + obj:/usr/bin/python3.8 + fun:_PyEval_EvalFrameDefault + obj:/usr/bin/python3.8 + fun:_PyEval_EvalFrameDefault + fun:_PyEval_EvalCodeWithName } \ No newline at end of file -- GitLab