-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
bug: eza crashes when using --long --color-scale=age to show contents of root(/) directory under any user (root or non-root) #762
Comments
This is related to #666 and #735 and needs a fix in the standard library (rust-lang/rust#108277) |
Is there anything I can do to fix this or to help with fixing it if I don't know rust? |
What we've seen before (you can have a look through the other reports if you like) is that it's usually a single file that causes the problem and it's often in the Unfortunately because the code that causes |
There are no files only directories in my root (except few links, which are probably technically files, pointing to directories)
Honestly I'm quite afraid to do any manipulations with /sys and /proc directory. I don't want to f**k up my system. So i have to wait then. Maybe it's even kernel bug because WTF those directories have |
@iax7 You can track this issue to when they fix it and see if their update fixes your error. Because for me your error looks like something different from mine. |
Even when it's fixed in the standard library we'll still have to depend on that through updating requirements to use the Rust version it's released in so it'll be a while before any fix gets to eza. |
So there's a fix committed to the stdlib which will fix this once it makes it to stable and we update our MSRV to the version it's released in. From what I can see, there won't be any code changes needed on our end. |
Might be a while until we get there thou... Although latest clap requires 1.75 so we should be getting closer soon |
Oh, by the way, it works perfectly fine now 🎉🎉🎉 |
v0.17.0 [+git]
--long --color-scale=age
Error:
Successful execution when trying to color-scale by size. For me it looks like the error may be coming from
1 Jan 1970
when eza compares dates taken from mounted fat32 partitions (/boot, /efi)My mounted partitions if this matters:
The text was updated successfully, but these errors were encountered: