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 detection of stopped processes #74

Closed
wants to merge 3 commits into from

Conversation

tjknoth
Copy link
Contributor

@tjknoth tjknoth commented Apr 18, 2024

Since WIFSTOPPED(-1) is true (at least on my OSX machine), I add a flag code_set the ProcessStatus struct indicating whether or not the status code was set by waitpid or not.

@tjknoth tjknoth requested a review from CuppoJava April 18, 2024 20:15
@CuppoJava CuppoJava closed this Apr 22, 2024
@CuppoJava CuppoJava deleted the tristan/fix-stop-detection branch April 22, 2024 01:13
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