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

Remove locking in erts_schedulers_state() during crash dump #8591

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

sverker
Copy link
Contributor

@sverker sverker commented Jun 18, 2024

Fix #8498

@sverker sverker added team:VM Assigned to OTP team VM fix labels Jun 18, 2024
@sverker sverker self-assigned this Jun 18, 2024
Copy link
Contributor

github-actions bot commented Jun 18, 2024

CT Test Results

    3 files    143 suites   49m 14s ⏱️
1 591 tests 1 542 ✅ 49 💤 0 ❌
2 330 runs  2 256 ✅ 74 💤 0 ❌

Results for commit d9c463d.

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

If two or more threads race to crash dump one should succeed
and the others should block in erts_thr_progress_fatal_error_block().

Just returning makes no sense.
@sverker sverker added the testing currently being tested, tag is used by OTP internal CI label Jun 18, 2024
@sverker
Copy link
Contributor Author

sverker commented Jun 18, 2024

Note to me: Use ticket OTP-19133.

@sverker sverker merged commit 4896ed4 into erlang:maint Jun 24, 2024
17 checks passed
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.

1 participant