Skip to content
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

Crash on MoveFocusRight #3772

Open
istankovic opened this issue Nov 14, 2024 · 3 comments
Open

Crash on MoveFocusRight #3772

istankovic opened this issue Nov 14, 2024 · 3 comments
Assignees

Comments

@istankovic
Copy link

istankovic commented Nov 14, 2024

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:

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.

More info: zellij.log

This is with 0.41.1, inside Konsole.

@imsnif imsnif self-assigned this Nov 14, 2024
@istankovic
Copy link
Author

Another crash just happened, this time with SpawnTerminalVertically: zellij.log

@imsnif
Copy link
Member

imsnif commented Nov 15, 2024

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.

@noahfraiture
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants