From 9ccf6b1a4b6f9851c063c9ab33759d2b6b83de5b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 17 Jul 2019 11:53:39 +0300 Subject: [PATCH] run-test-valgrind.supp: Add libunwind supression --- run-test-valgrind.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/run-test-valgrind.supp b/run-test-valgrind.supp index 926c821571..249d9f52c6 100644 --- a/run-test-valgrind.supp +++ b/run-test-valgrind.supp @@ -55,3 +55,14 @@ ... fun:module_dir_init } +{ + + Memcheck:Param + msync(start) + fun:msync + ... + obj:/usr/lib/x86_64-linux-gnu/libunwind-x86_64.so.8.0.1 + fun:_Ux86_64_step + fun:backtrace_append + ... +} -- 2.47.3