Skip to content

Fix race where unregistered sysmsg threads starts processing contexts. - #14587

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl975832030
Open

Fix race where unregistered sysmsg threads starts processing contexts.#14587
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl975832030

Conversation

@copybara-service

Copy link
Copy Markdown

Fix race where unregistered sysmsg threads starts processing contexts.

If we don't register the newly created sysmsg thread before we start executing
contexts on it, we are liable to race with any interrupts that may arrive to
contexts it starts executing, upon which point we won't find the newly created
thread.

If we don't register the newly created sysmsg thread _before_ we start executing
contexts on it, we are liable to race with any interrupts that may arrive to
contexts it starts executing, upon which point we won't find the newly created
thread.

PiperOrigin-RevId: 975832030
@copybara-service copybara-service Bot added the exported Issue was exported automatically label Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exported Issue was exported automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant