-
Notifications
You must be signed in to change notification settings - Fork 32
shutdown bugfix: destroy RPC system before running cleanup callbacks #116
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ryanofsky
added a commit
to ryanofsky/bitcoin
that referenced
this pull request
Oct 1, 2024
This update brings in the following changes: bitcoin-core/libmultiprocess#116 shutdown bugfix: destroy RPC system before running cleanup callbacks
Sjors
pushed a commit
to Sjors/bitcoin
that referenced
this pull request
Oct 1, 2024
This update brings in the following changes: bitcoin-core/libmultiprocess#116 shutdown bugfix: destroy RPC system before running cleanup callbacks
This change does fix the problem with MSAN in CI (bitcoin/bitcoin#30975 (comment)) so will go ahead and merge |
Sjors
pushed a commit
to Sjors/bitcoin
that referenced
this pull request
Oct 4, 2024
This update brings in the following changes: bitcoin-core/libmultiprocess#116 shutdown bugfix: destroy RPC system before running cleanup callbacks
Sjors
pushed a commit
to Sjors/bitcoin
that referenced
this pull request
Oct 4, 2024
This update brings in the following changes: bitcoin-core/libmultiprocess#116 shutdown bugfix: destroy RPC system before running cleanup callbacks
Sjors
pushed a commit
to Sjors/bitcoin
that referenced
this pull request
Oct 5, 2024
This update brings in the following changes: bitcoin-core/libmultiprocess#116 shutdown bugfix: destroy RPC system before running cleanup callbacks
Sjors
pushed a commit
to Sjors/bitcoin
that referenced
this pull request
Oct 7, 2024
This update brings in the following changes: bitcoin-core/libmultiprocess#116 shutdown bugfix: destroy RPC system before running cleanup callbacks
ryanofsky
added a commit
to ryanofsky/bitcoin
that referenced
this pull request
Oct 8, 2024
Add recent changes and fixes for shutdown bugs: bitcoin-core/libmultiprocess#111: doc: Add internal design section bitcoin-core/libmultiprocess#113: Add missing include to util.h bitcoin-core/libmultiprocess#116: shutdown bugfix: destroy RPC system before running cleanup callbacks bitcoin-core/libmultiprocess#118: shutdown bugfix: Prevent segfault in server if connection is broken during long function call
ryanofsky
added a commit
to ryanofsky/bitcoin
that referenced
this pull request
Oct 8, 2024
Add recent changes and fixes for shutdown bugs: bitcoin-core/libmultiprocess#111: doc: Add internal design section bitcoin-core/libmultiprocess#113: Add missing include to util.h bitcoin-core/libmultiprocess#116: shutdown bugfix: destroy RPC system before running cleanup callbacks bitcoin-core/libmultiprocess#118: shutdown bugfix: Prevent segfault in server if connection is broken during long function call
ryanofsky
added a commit
to ryanofsky/bitcoin
that referenced
this pull request
Oct 16, 2024
Add recent changes and fixes for shutdown bugs. bitcoin-core/libmultiprocess#111: doc: Add internal design section bitcoin-core/libmultiprocess#113: Add missing include to util.h bitcoin-core/libmultiprocess#116: shutdown bugfix: destroy RPC system before running cleanup callbacks bitcoin-core/libmultiprocess#118: shutdown bugfix: Prevent segfault in server if connection is broken during long function call bitcoin-core/libmultiprocess#119: cmake: avoid libatomic not found error on debian
fanquake
added a commit
to bitcoin/bitcoin
that referenced
this pull request
Oct 21, 2024
90b4055 Update libmultiprocess library (Ryan Ofsky) Pull request description: Add recent changes and fixes for shutdown bugs. bitcoin-core/libmultiprocess#111: doc: Add internal design section bitcoin-core/libmultiprocess#113: Add missing include to util.h bitcoin-core/libmultiprocess#116: shutdown bugfix: destroy RPC system before running cleanup callbacks bitcoin-core/libmultiprocess#118: shutdown bugfix: Prevent segfault in server if connection is broken during long function call bitcoin-core/libmultiprocess#119: cmake: avoid libatomic not found error on debian ACKs for top commit: fanquake: ACK 90b4055 TheCharlatan: ACK 90b4055 Tree-SHA512: 2c256667f0c16e00bb5a81b2c6d3db103fae211844e32b111bbed673ab2612ad1478e6b3ecd3a867a4e425cfa6e778b67388343626597a8fac800a15cea5e53a
janus
pushed a commit
to BitgesellOfficial/bitgesell
that referenced
this pull request
Jan 19, 2025
Add recent changes and fixes for shutdown bugs. bitcoin-core/libmultiprocess#111: doc: Add internal design section bitcoin-core/libmultiprocess#113: Add missing include to util.h bitcoin-core/libmultiprocess#116: shutdown bugfix: destroy RPC system before running cleanup callbacks bitcoin-core/libmultiprocess#118: shutdown bugfix: Prevent segfault in server if connection is broken during long function call bitcoin-core/libmultiprocess#119: cmake: avoid libatomic not found error on debian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #115