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

Check waitpid is not interrupted by a signal #2821

Merged

Conversation

matt335672
Copy link
Member

@matt335672 matt335672 commented Oct 9, 2023

Additional check for signal processing (see #2813)

Checks that the waitpid() call isn't interrupted by a signal when the handler for the signal is set to not interrupt the call.

I think this is what POSIX is saying anyway, but an explicit test doesn't hurt any.

Checks that the waitpid() call isn't interrupted by a
signal when the handler for the signal is set to not
interrupt the call
@matt335672 matt335672 merged commit e0ffa11 into neutrinolabs:devel Oct 9, 2023
13 checks passed
@matt335672 matt335672 deleted the add_waitpid_interrupted_check branch October 9, 2023 20:11
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.

1 participant