-
Notifications
You must be signed in to change notification settings - Fork 30
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
Broken pipe (os error 32) when piping output to head #16
Comments
Hmmm this seems to be a problem with the print macro in Rust. Apparently, Long story short, writing to It seems the way to go would be replacing The possible workarounds seem to be your I'll probably get to it in the next few days/weeks, but feel free to write a patch if you have the time to spare ❤ |
This should be fixed in the commit d958a60. I'll push a new release soon! |
Fixes #687 See Misterio77/flavours#16 and rust-lang/rust#46016 for more context.
shows up sometimes whenever I pipe the output of
flavours info $(flavours current)
using head like thisflavours info $(flavours current) | head -n<integer>
The command works fine and the error can be avoided by redirecting it to /dev/null but thought I'd let you know just in case.
also running with env variable
RUST_BACKTRACE=1
doesn't provide a backtraceThe text was updated successfully, but these errors were encountered: