You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a thread panic when running `lsd` in the following directory that displays fine with `ls`:
$ ls -la
total 40
drwxr-xr-x 2 matt matt 8192 Jul 25 11:02 ./
drwxr-xr-x 2 matt matt 8192 Aug 18 2023 ../
-rwxr-xr-x 1 matt matt 2797766 Apr 29 2022 Abc-Abc-Abc_SI-April.docx*
-rwxr-xr-x 1 matt matt 2802556 May 4 2022 Abc-Abc-Abc_SI-April_M.docx*
-rwxr-xr-x 1 matt matt 4484794 Jun 24 2022 Abc-Abc-Abc_SI-June_M.docx*
-rwxr-xr-x 1 matt matt 4504965 Mar 24 2023 Abc-Abc-Abc_SI-March_2023.docx*
-rwxr-xr-x 1 matt matt 4584807 Jun 6 2023 Abc-Abc-Abc_SI-May-2023.docx*
-rwxr-xr-x 1 matt matt 3872490 Feb 24 2022 'bT M 2022-02-22.docx'*
-rwxr-xr-x 1 matt matt 19289 Jan 10 2022 bT_si_v0.1.docx*
-rwxr-xr-x 1 matt matt 80032 Jan 19 2022 bT_si_v0.2.docx*
drwxr-xr-x 2 matt matt 0 Sep 22 1881 c_E_data/
-rwxr-xr-x 1 matt matt 274416 Aug 2 2023 fig4.png*
-rwxr-xr-x 1 matt matt 285688 Aug 2 2023 fig5.png*
drwxr-xr-x 2 matt matt 0 Aug 18 2023 'Mail 13.05.2022'/
drwxr-xr-x 2 matt matt 0 Aug 18 2023 mail_2023-06-06/
drwxr-xr-x 2 matt matt 0 Aug 18 2023 mail_2023-06-27/
-rwxr-xr-x 1 matt matt 1725578 May 4 2022 'P_Di-April 2022_M.docx'*
-rwxr-xr-x 1 matt matt 1723661 Jun 24 2022 'P_Di-June 2022_M.docx'*
-rwxr-xr-x 1 matt matt 1729218 Jun 6 2023 P_Di-June-2023-M.docx*
-rwxr-xr-x 1 matt matt 1698709 Mar 24 2023 P_Di-March_2023.docx*
-rwxr-xr-x 1 matt matt 1721573 Jun 6 2023 P_Di-May-2023.docx*
drwxr-xr-x 2 matt matt 0 Aug 18 2023 s_d/
-rwxr-xr-x 1 matt matt 742305 Aug 2 2023 S_P_Di_all.xlsx*
-rwxr-xr-x 1 matt matt 639917 Jun 7 2023 S_P_Di_New.xlsx*
Note that I abbreviated long purely alphabetical strings to single letters for reasons of data sensitivity.
### What expected?
```markdown
With `RUST_BACKTRACE=1`:
thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:103:9:
assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PER_SEC as i64
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Version
version
1.1.2
What OS are you seeing the problem on?
Linux
installation
With zypper from openSUSE base repo.
term
xterm-256color
ls-colors
(an empty line)
What happened?
Note that I abbreviated long purely alphabetical strings to single letters for reasons of data sensitivity.
With
RUST_BACKTRACE=full
:The text was updated successfully, but these errors were encountered: