aboutsummaryrefslogtreecommitdiff
path: root/contrib/valgrind
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-29 13:34:24 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-29 13:34:24 +0100
commit48b57d813c88b3f64ab5cefd22bfd11defc02a92 (patch)
tree3cbb0240be4fd13bc3024c3cdce2bfd05e93f669 /contrib/valgrind
parentringct: check the size of amount_keys is the same as destinations (diff)
downloadmonero-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.supp10
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
+ ...
+}