-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issue calling Child.output()
on ubuntu-latest with v1.8.0
#55
Comments
Thanks for the report, and sorry for the breakage! I've yanked 1.8.0. cc @notgull |
This might be the same issue as I've encountered in #54. It looks like it's missing the |
This backend appears to miss some signals that are raised on other threads. This might be the cause of smol-rs/async-process#55. I don't feel like kneading signalfd into a better shape, and it probably isn't much of an improvement over the pipe strategy anyways. So I've just removed it. Signed-off-by: John Nunley <dev@notgull.net>
This backend appears to miss some signals that are raised on other threads. This might be the cause of smol-rs/async-process#55. I don't feel like kneading signalfd into a better shape, and it probably isn't much of an improvement over the pipe strategy anyways. So I've just removed it. Signed-off-by: John Nunley <dev@notgull.net>
@shariffdev Can you re-run the tests with the latest master? I believe that smol-rs/async-signal#20 fixed this issue. |
Description
We encountered an unexpected problem when using
async-process
on theubuntu-latest
environment in our CI workflow after it was updated to versionv1.8.0
on September 25th.The issue manifests as erratic behaviour in our code, primarily blocking, when we make calls to
Child.output()
. We would appreciate any assistance in troubleshooting and resolving it. If you need any further information or logs, please let us know.Associated Issue: near/near-workspaces-rs#312
The text was updated successfully, but these errors were encountered: