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

Skip over zombie processes #32

Merged
merged 2 commits into from
Dec 30, 2022
Merged

Skip over zombie processes #32

merged 2 commits into from
Dec 30, 2022

Conversation

jsvk
Copy link
Contributor

@jsvk jsvk commented Dec 23, 2022

Zombie processes will raise an exception when trying to access process.name().

This causes this function to fail from completely unrelated circumstances. We should be able to safely ignore these processes.

@sousa-andre sousa-andre merged commit 768d79b into sousa-andre:master Dec 30, 2022
@sousa-andre
Copy link
Owner

Looks fine to me. Thank you 😄

@jsvk
Copy link
Contributor Author

jsvk commented Dec 30, 2022

no problem, and thanks!

@jsvk jsvk deleted the patch-1 branch December 30, 2022 14:50
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.

None yet

2 participants