-
Notifications
You must be signed in to change notification settings - Fork 72
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
Crash on writing to /dev/null on macOS #757
Comments
Looks like this is an issue with MacOS
If you have better ideas I'm also happy to hear that. |
Oh wow, that's annoying. I guess we need to do what libuv does then and use https://lists.apple.com/archives/Darwin-dev/2006/Apr/msg00066.html
|
lol. |
Blog post on the trick |
Sounds good! |
Attempting to use
Eio.Flow.copy_string
when stdout points to/dev/null
crashes.main.ml
:dune
:Interacting with it:
The text was updated successfully, but these errors were encountered: