diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-29 13:34:24 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-29 13:34:24 +0100 |
commit | 48b57d813c88b3f64ab5cefd22bfd11defc02a92 (patch) | |
tree | 3cbb0240be4fd13bc3024c3cdce2bfd05e93f669 /contrib/valgrind | |
parent | ringct: check the size of amount_keys is the same as destinations (diff) | |
download | monero-48b57d813c88b3f64ab5cefd22bfd11defc02a92.tar.xz |
monero.supp: valgrind suppressions file
Seeded with a spurious problem when inspecting stack trace
Diffstat (limited to 'contrib/valgrind')
-rw-r--r-- | contrib/valgrind/monero.supp | 10 |
1 files changed, 10 insertions, 0 deletions
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 + ... +} |