Skip to content

Conversation

@kumekay
Copy link
Collaborator

@kumekay kumekay commented Oct 14, 2025

Add a global handler for SIGCHLD to clean up zombie processes.

It may be not the cleanest, but simple solution which should work fine for this small app.

Description

Related

Closes #8

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@kumekay kumekay merged commit 7425f32 into master Oct 14, 2025
3 checks passed
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.

Bug: Leaking zombie threads (of git processes) (SRV-4)

2 participants