-
Notifications
You must be signed in to change notification settings - Fork 130
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
NonDaemonicSpawnProcess hangs at exit #1497
Comments
So, in |
Our solution/workaround now: The atexit handler we missed is for our own custom Process class. We just add an extra check in the overwritten |
One worker looks like this:
This is the atexit handler. This is this line:
So it hangs for some sub proc, after it has sent SIGINT to it.
Looking at that proc tree (after I send a few SIGINT to some of the MPD workers, which are now in defunct state):
As the main proc hangs in
waitpid
, maybe it hangs for some TDL worker.The last TDL worker:
So, this also waits for some sub proc. But they all look like this:
Originally posted by @albertz in #1496 (comment)
The text was updated successfully, but these errors were encountered: