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

add --init to suggested docker run invocations #2097

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

slingamn
Copy link
Member

tagging @csmith as our resident Docker expert :-p

It seems like this fixes #2096 ( unreaped zombies when using an auth-script or ip-check-script that spawns its own subprocesses, then exits before reaping them), and has basically no downside. Thoughts?

See ergochat#2096; this should fix unreaped zombies when using an auth-script or
ip-check-script that spawns its own subprocesses, then exits before reaping
them.
@csmith
Copy link
Contributor

csmith commented Nov 7, 2023

Yeah, this seems like a sensible fix for poorly behaved subprocesses :)

Might be worth adding a small note about why it's needed in the docs? It's a little esoteric and not entirely obvious why ergo would need it at first glance.

@slingamn slingamn merged commit a5af245 into ergochat:master Nov 15, 2023
1 check passed
slingamn added a commit to slingamn/ergo that referenced this pull request Nov 15, 2023
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.

Huge amount of zombie ssl_client processes
2 participants