sayanarijit / xplr

A hackable, minimal, fast TUI file explorer
https://xplr.dev
MIT License
4.08k stars 74 forks source link

panicked at 'assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PER_SEC as i64' #626

Closed mzakyr42 closed 1 year ago

mzakyr42 commented 1 year ago

with the 0.21.1 version, i just update it and it says:

thread '<unnamed>' panicked at 'assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PER_SEC as i64', library/std/src/sys/unix/time.rs:77:9
                                                                                                                                       note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
                                                              [1]    318 IOT instruction  xplr

but with musl it just work fine but there is a warning:

libunwind: __unw_add_dynamic_fde: bad fde: FDE is realy CIE

it think it is because i use gnu libc and not musl libc OS: Artix linux(runit) Terminal: Kitty Shell: zsh (also bash has the same error) Rust: 1.69.0 Compositor: Hyprland (Wayland)

sayanarijit commented 1 year ago

Duplicate of https://github.com/sayanarijit/xplr/issues/565