Improve error of process.maps() after the process exited#2606
Merged
peace-maker merged 3 commits intoGallopsled:devfrom Apr 3, 2026
Merged
Improve error of process.maps() after the process exited#2606peace-maker merged 3 commits intoGallopsled:devfrom
process.maps() after the process exited#2606peace-maker merged 3 commits intoGallopsled:devfrom
Conversation
Contributor
Author
|
Any news ? |
Member
|
Yes, sorry. Can you rebase to target dev now please? The changelog entry isn't descriptive enough, can you describe the impact of this change in more detail please? While I don't think it's intuitive to have |
Member
|
ping @R42ccoon |
added 2 commits
March 21, 2026 09:24
cfb9bbb to
861a4ae
Compare
process.maps()process.maps() after the process exited
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
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.
process.libs()to avoid race condition #2516 from libs() to maps() because maps() is called in others functions than libs() as stated in Fix poll error inprocess.libs()and clean up maps parsing #2579