Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: Fix scheduler crash after waking from sleep #1888

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

cyrossignol
Copy link
Member

@cyrossignol cyrossignol commented Sep 15, 2020

This works around a bug in some versions of boost::condition_variable::wait_until<>() that causes a node to crash after waking from sleep.

See: bitcoin/bitcoin@ed0223e

Closes #1887

This works around a bug in some versions of
boost::condition_variable::wait_until<>() that causes a node to crash
after waking from sleep.

See: bitcoin/bitcoin@ed0223e
Copy link
Member

@jamescowens jamescowens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK.

@jamescowens jamescowens added this to the Gladys milestone Sep 15, 2020
@jamescowens jamescowens merged commit e645ad4 into gridcoin-community:hotfix Sep 15, 2020
@cyrossignol cyrossignol deleted the fix-wake-crash branch September 15, 2020 23:16
@jamescowens jamescowens changed the title scheduler: Fix crash after waking from sleep util: Fix crash after waking from sleep Sep 19, 2020
@jamescowens jamescowens changed the title util: Fix crash after waking from sleep util: Fix scheduler crash after waking from sleep Sep 19, 2020
barton2526 added a commit to barton2526/Gridcoin-Research that referenced this pull request Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants