aboutsummaryrefslogblamecommitdiff
path: root/contrib/valgrind/monero.supp
blob: 015b05a1c171c01bae3df7f376f4d5924e081029 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                   








                                                                                                       








                                                                 
{
   libunwind causes spurious report
   Memcheck:Param
   msync(start)
   ...
   obj:/usr/lib64/libunwind.so.*
   ...
   fun:_ULx86_64_step
   ...
}

{
   boost unlocks before signalling cond var
   Helgrind:Misc
   ...
   fun:pthread_cond_signal@*
   fun:maybe_unlock_and_signal_one<boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex> >
   ...
}

{
   we leak the logger, for performance reasons in on-the-fly init
   Memcheck:Leak
   match-leak-kinds: definite
   fun:_Znwm
   fun:_ZN2el4base7Storage7getELPPEv
   ...
}