-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
zellij session still freezing from time to time #1588
Comments
Maybe I have a clue. I just had the same issue after an interrupted VPN session. After this when I relogin to my VM I see a "zellij attach" process. When I close my session normally with "Ctrl-o d" there is no "zellij attach" process left. Only "zellij --server" is left. But when I relogin after a network issue I still see this "zellij attach" process left. When I now do "zellij attach" to get my session back this sometimes works (at least for a while until it gets frozen) and sometimes it is hanging on the console immediately. Killing the "zellij attach" process is not a solution to get my session back. When I do this also the "zellij --server" process is killed. But in the end I have to do it in order to get a fresh session. |
We had some similar issues, but these were fixed as far as I could reproduce them:
This works correctly for me in the sense that nothing hangs. Can you experiment a bit to get a reproducer? Is something in the logfiles when it is hanging? |
Had same issue |
I've had this issue twice today with The following is what I see running:
Eventually it quit by itself. Where should I got looking for logs to supplement this report in case it happens again? |
The problem is very likely a hanging zellij server process which can't answer requests. This blocks new sessions or attaches since on startup they try to communicate with other zellij servers and wait for a reply which does never come. The interesting parts are what lead these zellij processes to lock up. It would be best if you can give hints what happened prior to a hanging attach.
We log to The logs should be retained until reboot (or the filesize exceeds 100 kb or so) |
@raphCode I think I might have done something different this time. The steps were:
Here are the logs from when this started yesterday:
|
This might be a combination of two different issues, but at least the second one where the session dissappears should be fixed by #1731 in the next release. |
Some cross-referencing:
@fansari |
This should be fixed by #1955 and is in the next release. |
zellij session still gets frozen from time to time.
It is not so bad as it was in the beginning but I still have to kill zellij and start again because the session is freezing. Then I typically see two times "zellij attach" when running "ps -ef | grep zellij". I kill them and start again - but of course it always takes time to recreate all stuff as it was before. I use version 0.30.0.
The text was updated successfully, but these errors were encountered: