-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
Corrupted Statusbar tips cache causes panic #1944
Comments
I just hit a different panic in the same line, so the PathBuf there might fail too.
|
I think @har7an already solved this, right? |
@imsnif I don't think so. A quick look at the code there suggests I didn't improve the error handling over simple unwrap statements (yet). My other "stability" PR was concerned with the |
Confirmed crash on 5cb3fb4. |
I had the same error as @raphCode. It started happening since 2 days ago. It happens on first zellij startup and then never again. I suspect it might related to when my laptop ungracefully shutsdown and maybe the |
If the file
/tmp/zellij-<uid>/status-bar-tips.cache
is corrupted, zellij won't start up or existing sessions crash when a new tab is opened:I experienced the corruption sometimes when starting multiple zellij sessions in parallel.
The text was updated successfully, but these errors were encountered: