monero.supp: add a suppression for noisy boost cond var signalling
This commit is contained in:
parent
c3527dafd5
commit
8b0e04cb12
|
@ -8,3 +8,12 @@
|
||||||
fun:_ULx86_64_step
|
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> >
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue