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

Fix cases where parallel execution gets stuck. #261

Closed
mbj opened this issue Oct 8, 2014 · 0 comments
Closed

Fix cases where parallel execution gets stuck. #261

mbj opened this issue Oct 8, 2014 · 0 comments
Labels

Comments

@mbj
Copy link
Owner

mbj commented Oct 8, 2014

When running mutant multiple times over the same configuration it gets stuck in 1 of 10 runs. Killing with SIGINT is still possible. Reducing the amount of concurrent jobs seems to fix or reduce the chance of a problem.

Initial research shows that in some cases a segfault in a kill fork does not get signaled properly to the parent, leaving the parent waiting infinitely for a result.

This is also partially related to the timeout question raised in: #87.

@mbj mbj added the bug label Oct 8, 2014
@mbj mbj closed this as completed in fc8f924 Oct 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant