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 had two panes side-by-side, one of them was fullscreen IIRC. When I tried moving the focus,
it crashed with message:
Error occurred in server:
× Thread 'screen' panicked.
├─▶ Originating Thread(s)
│ 1. stdin_handler_thread: AcceptInput
│ 2. screen_thread: MoveFocusRight
│
├─▶ At zellij-server/src/panes/tiled_panes/mod.rs:1623:73
╰─▶ called `Option::unwrap()` on a `None` value
help: If you are seeing this message, it means that something went wrong.
Thanks for the report @istankovic and my apologies for the experience.
These are crashes due to races exposed by our recent runtime change. I addressed them in #3776 and hope to release a patch version with these and other fixes soon.
I also have these crash on zellij 0.41.1. It happen when I'm on full panel and try to move to another panel. It's very annoying because it kills my process which can be a big problem in some case
Issue description
I had two panes side-by-side, one of them was fullscreen IIRC. When I tried moving the focus,
it crashed with message:
More info: zellij.log
This is with 0.41.1, inside Konsole.
The text was updated successfully, but these errors were encountered: