Closed LFd3v closed 1 year ago
Not quite sure what's up here, but does it behave differently if you open it in a different directory?
Not quite sure what's up here, but does it behave differently if you open it in a different directory?
Do you have a crystal ball or something? I entered another directory and it worked. lol
So it seems that there is some problem in my home directory. How can I help further?
are you on btrfs by any chance?
no crystal ball, we saw somethig similar a while ago in #2369... the TLDR is that rust is panicking on some files with invalid timestamps.
are you on btrfs by any chance?
Bingo again! Let me check if I see any weird time stamps...
Well, all dates are from 2021-03-06 and today. Maybe because my locale for numbers/time is not en_US.UTF-8?
Edit.1: maybe the crash is because of a broken link (standard Steam install, I did not touch it):
lrwxrwxrwx 1 lfom lfom 29 out 20 19:50 .steampath -> /home/user/.steam/sdk32/steam
lrwxrwxrwx 1 lfom lfom 27 out 20 19:50 .steampid -> /home/user/.steam/steam.pid
Oh, and thank you for your quick replies!
I doubt locale is the problem here. See here for some details: https://gitlab.gnome.org/World/pika-backup/-/issues/328#note_1678430, the problem is likely with the birth field and you would need to use that stat command to see it.
Thank you a lot, this was spot on:
$ for file in $(/usr/bin/ls -a); do echo "** $file " && stat $file 2&>/dev/null | grep Birth | grep -v 2023 | grep -v 2022 ; done
...
** .cache
Birth: 26760730-10-20 05:12:48.020175362 -030
...
Recreating .cache fixed the problem, using strider does not panic anymore!
Although it is not a bug in zellij itself, maybe adding something to the code to prevent the crash would be a good idea? Anyway, I am closing it now.
Cheers!
Hi, there!
Thanks for zellij!
I got this error when trying to use strider on Arch, and I did not find anything related after a quick search in the issues, I hope this helps.
zelling -l strider
crashes after a while (if I delete ~/.cache/zellij I can see the UI very briefly, then it crashes).Basic information
zellij --version
: 0.38.2stty size
: 30 110 (I tried full screen, etc, even using a VT, no change)uname -av
: Linux a515-g 6.5.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Thu, 19 Oct 2023 22:51:49 +0000 x86_64 GNU/Linux (same problem using the LTS kernel as well)Further information