-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
panicked at 'assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PER_SEC as i64 #565
Comments
Is your system time correct? |
I think so,
|
Can you try in docker? # Ubuntu
docker run -w / -it --rm ubuntu sh -uec '
apt-get update -y
apt-get install -y wget tar vim less
wget https://github.com/sayanarijit/xplr/releases/latest/download/xplr-linux.tar.gz
tar -xzvf xplr-linux.tar.gz
./xplr
' # Arch
docker run -w / -it --rm archlinux sh -uec '
pacman -Sy wget tar vim less
wget https://github.com/sayanarijit/xplr/releases/latest/download/xplr-linux.tar.gz
tar -xzvf xplr-linux.tar.gz
./xplr
' |
I guess
|
I tried with the It works in the Docker, so I'm gonna see what happens with the time on my machine. |
I don't know, my time seems to be fine, I downloaded |
Weird... Not sure if it matters, still what rust version are you using? rustc --version |
1.66.1 |
Maybe was an unsuccessfull compilation or something? Because if I run |
This is the gh release action: https://github.com/sayanarijit/xplr/blob/dev/.github/workflows/cd.yml#L79. Pretty standard. |
Try this release: https://github.com/sayanarijit/xplr/releases/tag/v0.21.0 |
Same error on |
I formatted the PC and now is working, still don't know what caused this. Should we close this issue? @justchokingaround this issue still happens to you? |
i'm still getting the issue |
I am also experiencing this issue.
For build 'cargo build --release' using version 0.21.1 the output of 'RUST_BACKTRACE=full ./xplr/target/release/xplr 2>&1 | tee ~/tmp_xplr_log'
|
Getting similar error |
Looks like it's related to rust-lang/rust#108277 |
Apparently it's a filesystem/kernel bug, not related to xplr or other rust tools. Formatting the system might work, but doesn't guarantee it won't happen again. Until a solution is available, the best thing we can do now is find out exactly which systems are affected, and avoid them. Fix: typo |
Are there any news on this? I'd love to try this software but I can't even open it because of this. |
Looks like rust-lang/rust#108277 is still open, unfortunately. |
Just installed xplr, similar error on Manjaro Linux: Info on timestamp: |
I don't think the OS doesn't matter. BTRFS & Rust combo is the issue somewhere. |
I found out what was the problem on my machine (running arch with btrfs as FS) . xlpr crashes when there is a file or directory in the folder you are launching it (most likely your users home folder when you launch it the first time :) and there is a file/folder with an invalid time inside this directory. |
rust-lang/rust#108277 is closed now, the fix will be in Rust 1.78.0 |
Thank you all for your contributions. Closing this. |
With the latest update 0.20.2, when I try to run the
xplr
command in the terminal, I'm getting this error:OS: Arch Linux
Terminal: Alacritty
Shell: Nushell (I tried with Bash too but still the same error)
Rust: 1.66.1 stable
Compositor: Labwc (Wayland)
The text was updated successfully, but these errors were encountered: