-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Tracking issue for server stability (old 1) #1100
Comments
Thank you so much for your hard work! this is really cool 👍 |
Ideally, we can fix panics / crashes before they occur to users. I am not sure on how to approach that - should I spam a bunch of new issues for all the potentially offending code locations I can find? |
First of all, I personally think that the key to this problem is the unexpected The intentional However, verifying all unwrap code is very difficult. "ideally" we should fix the error before the user sees it, but in the end, it's natural to get feedback from users and fix it. So I think the purpose of this issue is to gather stability-related issues from new issues.
I think it would be fine to organize small-scale code into markdown tables with permalink. and It would be nice to create a new issue and link to it only for those that need discussion and detail. |
@raphCode, |
The new issue is #1568 |
Here I collect open issues related to zellij server stability, meaning problems that may cause sessions to crash or become otherwise unuseable. Currently, I limit this list to issues where active work can get lost, e.g. a new session crashing directly at startup is out of scope.
Server crashes
stdin_handler_thread
#1340Option::unwrap()
on aNone
value': zellij-server/src/screen.rs:226 #805crash on new tab open, most likely resolved after clearing plugin cache
To avoid this problem, use
cargo make run
instead ofcargo run
for test builds.Inaccessible session / corruption
I suggest to keep comments to their respective issues instead of here, to keep this tracking issue "clean" of crash details.
Feel free to ping me in other / new issues if I should update this list.
The text was updated successfully, but these errors were encountered: