-
Notifications
You must be signed in to change notification settings - Fork 648
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
Terminate block production loop when shutting down witness plugin #1314
Comments
@ryanRfox I want to claim this issue. Thanks ! |
Assigned @cogutvalera to this issues, as he has done related work with the quit() routine. Please include an estimate so @bitshares/core-dev can review prior to beginning development. Thanks |
@ryanRfox my estimation for this issue is approximately 2 hours |
Terminate block production loop when shutting down witness plugin #1314
Fixed by #1332. |
Thanks ! |
@cogutvalera I'm getting a compiler warning:
Please fix. |
Sure. Thanks ! |
PR #1364 |
Terminate block production loop when shutting down witness plugin #1314
Thanks ! |
Bug Description
Currently nothing is done when shutting down witness plugin. Actually we need to terminate the production loop, otherwise it often causes segfault.
bitshares-core/libraries/plugins/witness/witness.cpp
Lines 146 to 149 in 67166ca
bitshares-core/libraries/plugins/witness/witness.cpp
Lines 175 to 177 in 67166ca
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: