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 process_iter() not running for entire process #2297

Closed
wants to merge 1 commit into from

Conversation

chozekun
Copy link

Summary

  • OS: Ubuntu 18.04.1 (Bionic Beaver)
  • Bug fix: yes
  • Type: core
  • Fixes:

Description

There is a bug where pids() very occasionally returns fewer processes than it actually has. Therefore, instead of deleting it right away, check if the actual process is alive before deleting it.
(Sorry for my poor English)

There is a bug where pids() very occasionally returns fewer processes
than it actually has. Therefore, instead of deleting it right away,
check if the actual process is alive before deleting it.
@chozekun chozekun closed this Aug 23, 2023
@chozekun
Copy link
Author

Closed due to test failure.

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

1 participant