diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-28 09:52:59 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-28 09:52:59 +0000 |
commit | 8b0e04cb12224e7218a3d80f9255be39da9920e6 (patch) | |
tree | 0794c3dafb119b3798e501a70159fa32da0ba729 /contrib | |
parent | epee: signal cond var before unlocking (diff) | |
download | monero-8b0e04cb12224e7218a3d80f9255be39da9920e6.tar.xz |
monero.supp: add a suppression for noisy boost cond var signalling
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/valgrind/monero.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/valgrind/monero.supp b/contrib/valgrind/monero.supp index 1c400076e..16e34e82f 100644 --- a/contrib/valgrind/monero.supp +++ b/contrib/valgrind/monero.supp @@ -8,3 +8,12 @@ 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> > + ... +} |