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

Processes don't work with multiple event loops #113

Closed
BenjaminSchaaf opened this issue Jul 21, 2019 · 1 comment
Closed

Processes don't work with multiple event loops #113

BenjaminSchaaf opened this issue Jul 21, 2019 · 1 comment

Comments

@BenjaminSchaaf
Copy link
Contributor

In the processes constructor we create a signalfd to listen for SIGCHLD. Since we have a EventDriverProcesses per thread that means each thread will have a separate fd for SIGCHLD and its a race condition for who handles it.

@s-ludwig
Copy link
Member

Should be fixed by #114

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

No branches or pull requests

2 participants