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

Fix race receiving fragmented messages on terminating connection #6585

Merged

Conversation

sverker
Copy link
Contributor

@sverker sverker commented Dec 20, 2022

Could potentially cause memory leaks as well as double free crashes.

Have not been seen to cause problem other then ASSERT(... (dep->dflags & DFLAG_SEND_SENDER) ...) failing on debug built beam.

and spawn reply back to exiting parent on terminating connection.
@sverker sverker added team:VM Assigned to OTP team VM fix labels Dec 20, 2022
@sverker sverker self-assigned this Dec 20, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Dec 20, 2022

CT Test Results

       3 files     125 suites   43m 42s ⏱️
1 494 tests 1 443 ✔️ 51 💤 0
1 805 runs  1 736 ✔️ 69 💤 0

Results for commit 802cbeb.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@sverker sverker added the testing currently being tested, tag is used by OTP internal CI label Dec 20, 2022
@sverker sverker merged commit f6bb09e into erlang:maint Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant