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

[OpenBSD, NetBSD] fix zombie process with no ctime #2289

Merged
merged 9 commits into from Aug 2, 2023

Conversation

giampaolo
Copy link
Owner

Summary

Description

Zombie processes on Open/NetBSD have a creation time of 0.0. Modify __eq__ so that it takes this into account, fixing is_running() return False for a process which turned into a zombie.

@giampaolo giampaolo merged commit a384858 into master Aug 2, 2023
24 of 26 checks passed
@giampaolo giampaolo deleted the openbsb_zombie_ctime branch August 2, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant