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

custom: reap zombie processes on termination #2629

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

andresilva
Copy link
Contributor

@andresilva andresilva commented Nov 2, 2023

When turning off/on the monitor it would lead to defunct processes started by custom modules. I don't know why this is needed since we are tracking the pid of forked processes and properly waiting them (either on command::close or on Custom destructor).
Fixes #1713 (and probably #2244).

@Alexays Alexays merged commit 7dfc720 into Alexays:master Nov 2, 2023
8 checks passed
@Alexays
Copy link
Owner

Alexays commented Nov 2, 2023

Thanks!

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.

Some child processes are still left open when waybar terminates
2 participants