You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging into this more deeply, you can't even catch the exception and call exit, because exit causes stdout/stderr to be flushed and this flushing triggers the broken pipe error again.
And the associated PR is probably a good reference of how to fix it: ocaml/opam#4901 The strategy, it seems, is to silently flush stdout and stderr before exiting.
Using
whatwhat person ... | head
returns an error:Suspected cause is due to broken pipe signal (see SO question)
We probably want to catch this exception and ignore the error
The text was updated successfully, but these errors were encountered: