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

Zombie Processes #63

Closed
kolop3do opened this issue Feb 26, 2022 · 3 comments
Closed

Zombie Processes #63

kolop3do opened this issue Feb 26, 2022 · 3 comments

Comments

@kolop3do
Copy link

kolop3do commented Feb 26, 2022

I was experimenting with the new beta [v2.0.0-beta.3] version and I identified that zombies processes are left behind when the process exits or when it is being killed using the $process->kill() method. Is this something that will be fixed in future releases?

@trowski
Copy link
Member

trowski commented Feb 26, 2022

I noticed this myself and haven't gotten a chance yet to look into why this is happening.

@trowski trowski closed this as completed in 8c769ff Jul 3, 2022
@trowski
Copy link
Member

trowski commented Jul 3, 2022

Fixed this in both master and the v2 branch.

trowski added a commit that referenced this issue Jul 6, 2022
@trowski
Copy link
Member

trowski commented Jul 8, 2022

@kolop3do When you have a chance, could you install v2.0.0-beta.4 and let me know if the zombie process issue has been fixed for you both on normal exit and on Process::kill().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants