-
Notifications
You must be signed in to change notification settings - Fork 27
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
Interrupted system call while cleaning up multicore workers #93
Labels
Comments
Related: #86 |
Related: ropensci/rzmq#37 |
mschubert
added a commit
that referenced
this issue
Aug 13, 2018
@wlandau I think I fixed this, can you check? |
Thanks, Michael! I think I will have time to try again either later tonight or early tomorrow morning. |
Yup, the example runs normally as of bb4477e. |
mschubert
added a commit
that referenced
this issue
Aug 14, 2018
this means that 1) R can handle the signals with its handlers, we leave C code + re-enter 2) mccollect(wait=TRUE) will return if process error, so that's ok 3) we rely on multicore workers never getting stuck in an endless loop (should be ok) 4) R will also handle terminating child processes if they produce errors (no Sl zombies found)
I'm fairly certain all interrupt-related issues are now fixed with rzmq@signal. |
This was referenced Aug 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happens for both current CRAN (0.8.4.1) and 36d7861.
The text was updated successfully, but these errors were encountered: