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

ExecJS fails when it races against iodine to reap child processes #22

Closed
boazsegev opened this issue Sep 22, 2017 · 1 comment
Closed
Assignees

Comments

@boazsegev
Copy link
Owner

As discovered by @jerryshen in Plezi issue#21, iodine conflict with coffee-script.

I have narrowed down the issue to the race between the two gems for child process reaping and opened an issue with the ExecJS team.

For now, the workaround will be to disable iodine's child reaping feature. I'm not happy with the solution, as iodine probably should reap any child process in order to eliminate any zombie processes. However, for now it is out of my hands :-/

@boazsegev boazsegev self-assigned this Sep 22, 2017
@boazsegev
Copy link
Owner Author

Patched in version 0.4.9 by disabling iodine's child reaping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant