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

erts: Remove faulty assert checking for DELAYED_DEL_PROC flag #9451

Conversation

garazdawi
Copy link
Contributor

In Erlang/OTP 22 functionality was added to yield after process "death" in order to send large error reasons for down/exit signals. This change meant that we not can be in state FREE, but the DELAYED_DEL_PROC is first set later, so the assert checking for it is incorrecy.

In Erlang/OTP 22 functionality was added to yield after process "death"
in order to send large error reasons for down/exit signals. This change
meant that we not can be in state FREE, but the DELAYED_DEL_PROC is first
set later, so the assert checking for it is incorrecy.
@garazdawi garazdawi added team:VM Assigned to OTP team VM fix labels Feb 17, 2025
@garazdawi garazdawi added this to the OTP-27.3 milestone Feb 17, 2025
@garazdawi garazdawi self-assigned this Feb 17, 2025
Copy link
Contributor

github-actions bot commented Feb 17, 2025

CT Test Results

    3 files    143 suites   48m 47s ⏱️
1 599 tests 1 549 ✅ 50 💤 0 ❌
2 343 runs  2 268 ✅ 75 💤 0 ❌

Results for commit 1e0dfe2.

♻️ 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

@garazdawi garazdawi added the testing currently being tested, tag is used by OTP internal CI label Feb 18, 2025
@garazdawi garazdawi merged commit 1679745 into erlang:maint Feb 20, 2025
25 checks passed
@garazdawi garazdawi deleted the lukas/erts/remove-faulty-dirty-free-proc-assert branch February 20, 2025 14:51
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.

2 participants