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

sse-multiplexd.c: fix leaking pipe FDs #259

Closed

Conversation

herbetom
Copy link

sse-multiplexd leaks pipe FDs to its child processes, so newer children keep the older ones alive when they should have received a SIGPIPE already

fixes freifunk-gluon/gluon#2468

@NeoRaider I don't really know what to write as a commit message, you are very welcome to open a PR yourself, edit this one or whatever. My intention is just to get the fix upstream. In today's FFRN nightly I had already patched it in, but of course I would like to get rid of the downstream patch quickly.

sse-multiplexd leaks pipe FDs to its child processes, so newer children keep
the older ones alive when they should have received a SIGPIPE already

fixes freifunk-gluon/gluon#2468
@neocturne
Copy link
Member

Thanks - I couldn't edit the commit message of your PR, so I had to open a new one: #260

@neocturne neocturne closed this Jul 2, 2022
@herbetom
Copy link
Author

herbetom commented Jul 2, 2022

Ah, okay, editing doesn't seem possible if the PR comes from an org account. Good to know. Either way, i'm happy if the issue get's resolved.

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.

Status Page: multiple data collection processes
2 participants