-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
Panick when using -l
option and piping the output
#273
Comments
Curious, I can't reproduce the bug... Which shell do you use? Bash? Sh? |
bash --version
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu) Oddly enough, it doesn't arise using Zsh. |
hum.... Reproduced on bash too. My guess is that bash close stdout a little too quickly for us when we have the This could be done by a macro I guess related: rust-lang/rust#24821 |
Just wanted to mention that I see the same issue on |
Here's a backtrace with
|
@Peltoche hey, happy new year and thanks for the fix ! Would you be kind enough to publish a new release ? Cheers ! |
Yep, sorry. I'm don't have a lot of free time for open-source at the moment. I hope I will be able to take some time for a new release during the next week. |
Using the packaged lsd-musl_0.16.0_amd64.deb on Ubuntu 19.04.
Both
run fine, but doing
RUST_BACKTRACE=1 lsd -l| head
outputs
The text was updated successfully, but these errors were encountered: