A rare race condition may trigger while awaiting the body of a message, see
upsteam commit 5ff8eb26371c4dc56f384b2de35bea2d87814779 for details.
This may fix some reported rpc hangs/crashes.
Backport of Bitcoin Core PR#11593.
Completes T466.
Differential D2642
rpc: work-around an upstream libevent bug nakihito on Mar 4 2019, 20:52. Authored by
Details
A rare race condition may trigger while awaiting the body of a message, see This may fix some reported rpc hangs/crashes. Backport of Bitcoin Core PR#11593. make check test_runner.py Following the only documented attempt I could find for replicating the bug: https://github.com/bitcoin/bitcoin/pull/11593#issuecomment-341489496
Diff Detail
Event TimelineComment Actions Looks like you missed the second commit in the PR: https://github.com/bitcoin/bitcoin/pull/11593/commits/97932cd2689659addfbb58dc6148928b73af3bd0 |