-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove dependency on the process package #23
Comments
This issue is depends on fixing #34 #51 Fixing builds for native led to a tests failing as documented in #51. The possible reason is covered in a comment.
Originally posted by @twitu in #51 (comment) |
You can try using a bound thread so that the entire computation is done in the same OS thread. Wrap |
Very weird. Unbound thread is not making a difference. The error is consistently reproducing now. Even with with 1 thread!!
I've added some additional logs that print out the fds but that doesn't help much.
Notice that parent and child process ids are the same even though the child process is printing it's id in the
Logging logic is pushed to latest commit (ec53056) in |
We should directly depend on
unix
andWin32
. Also,process
depends on some C code we should try to remove that completely or reduce it.The text was updated successfully, but these errors were encountered: