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 in interruption around process starting #878

Merged
merged 2 commits into from
Feb 1, 2025

Conversation

Databean
Copy link
Member

@Databean Databean commented Feb 1, 2025

It's possible for there to be a race between the interrupt handler
waiting on the process and the process being created, and also possible
to interrupt the subprocess before the fact that the subprocess is
launched was recorded.

Developed together with jemoreira@.

Bug: b/393657553
Test: bazel test '//...'

It's possible for there to be a race between the interrupt handler
waiting on the process and the process being created, and also possible
to interrupt the subprocess before the fact that the subprocess is
launched was recorded.

Developed together with jemoreira@.

Bug: b/393657553
Test: bazel test '//...'
@Databean
Copy link
Member Author

Databean commented Feb 1, 2025

Thanks for reviewing!

@Databean Databean enabled auto-merge February 1, 2025 00:45
@Databean Databean added this pull request to the merge queue Feb 1, 2025
Merged via the queue into google:main with commit 30b083e Feb 1, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants