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

Panic in grid.rs when opening new pane #3446

Open
aidanhs opened this issue Jun 23, 2024 · 0 comments
Open

Panic in grid.rs when opening new pane #3446

aidanhs opened this issue Jun 23, 2024 · 0 comments
Assignees

Comments

@aidanhs
Copy link
Contributor

aidanhs commented Jun 23, 2024

2. Issues with the Zellij UI / behavior / crash

Issue description

Tried to open a new pane in a terminal window inside of vscode.

Possibly relevant info:

  • I had a multi-tab multi-pane session, attached to from multiple terminal windows
  • another terminal window attached with unusual dimensions (very short vertically, very wide horizontally)
  • from this narrow window I closed a few panes, then tried to open another with alt+n
Error occurred in server:

  × Thread 'screen' panicked.
  ├─▶ Originating Thread(s)
  │     1. stdin_handler_thread: AcceptInput
  │     2. pty_thread: SpawnTerminal
  │     3. screen_thread: NewPane
  │   
  ├─▶ At zellij-server/src/panes/grid.rs:1381:30
  ╰─▶ called `Option::unwrap()` on a `None` value
  help: If you are seeing this message, it means that something went wrong.
        
        -> To get additional information, check the log at: /tmp/zellij-1000/zellij-log/zellij.log
        -> To see a backtrace next time, reproduce the error with: RUST_BACKTRACE=1 zellij [...]
        -> To help us fix this, please open an issue: https://github.com/zellij-org/zellij/issues

There doesn't seem to be anything of relevance in the log

Minimal reproduction

Not sure how to reproduce, but wanted to get the error reported. Happy to close given the minimal detail, now there's a record of it happening for others.

Other relevant information

Using zellij 0.40.1

@imsnif imsnif self-assigned this Jun 23, 2024
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

2 participants