mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
monero.supp: valgrind suppressions file
Seeded with a spurious problem when inspecting stack trace
This commit is contained in:
parent
ffd8c41f36
commit
48b57d813c
1 changed files with 10 additions and 0 deletions
10
contrib/valgrind/monero.supp
Normal file
10
contrib/valgrind/monero.supp
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
libunwind causes spurious report
|
||||
Memcheck:Param
|
||||
msync(start)
|
||||
...
|
||||
obj:/usr/lib64/libunwind.so.*
|
||||
...
|
||||
fun:_ULx86_64_step
|
||||
...
|
||||
}
|
Loading…
Reference in a new issue