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

Shutdown assertion failure #41

Merged

Conversation

shane-kerr
Copy link
Member

This fixes this issue: shane-kerr#6

Basically, the code has a special-case to allow it to shut down when a thread is active. Unfortunately, this allows memory corruption. The solution is to remove the spacial-case, and just wait to shutdown. Worst case is 5 seconds. We can adjust that if we get complaints.

Note that only commit 162b213 is relevant. The others are just because I was basing work on a change set which had not yet been merged.

@shane-kerr shane-kerr merged commit 24d35ae into MintcoinCommunity:2.0 Mar 12, 2018
@shane-kerr shane-kerr deleted the shutdown-assertion-failure branch March 12, 2018 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant