From 48b57d813c88b3f64ab5cefd22bfd11defc02a92 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 29 Oct 2016 13:34:24 +0100 Subject: [PATCH] monero.supp: valgrind suppressions file Seeded with a spurious problem when inspecting stack trace --- contrib/valgrind/monero.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/valgrind/monero.supp diff --git a/contrib/valgrind/monero.supp b/contrib/valgrind/monero.supp new file mode 100644 index 000000000..1c400076e --- /dev/null +++ b/contrib/valgrind/monero.supp @@ -0,0 +1,10 @@ +{ + libunwind causes spurious report + Memcheck:Param + msync(start) + ... + obj:/usr/lib64/libunwind.so.* + ... + fun:_ULx86_64_step + ... +}