zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.42k stars 634 forks source link

Zellij hang when using Strider layout #1014

Open xnohat opened 2 years ago

xnohat commented 2 years ago

Zellij hang when using Strider layout

  1. zellij --layout strider
  2. open a file
  3. new panel will open with editor and file content
  4. close that new panel by Ctrl-p x
  5. zellij will hang all other panels except strider file listing panel

Basic information

zellij --version: 0.24.0 tput lines: tput cols: uname -av or ver(Windows): Linux SURFACEPRO8 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Thanks,

imsnif commented 2 years ago

Hey - thanks for reporting the issue, but I think I might need a little more help with this. I use this flow every day and don't encounter this issue. So a few questions:

  1. Does this happen with every file?
  2. What is your default editor?
  3. Can you think of a way to isolate the issue? Can you find a way for this not to happen?

Thanks!

raphCode commented 2 years ago

Since I just found a lot of issues that had the symptom of hanging/freezing and sometimes crashing afterwards, I think this issue is related as well. We fixed it with https://github.com/zellij-org/zellij/pull/1351.

Can you check if this problem persists?

raphCode commented 2 years ago

Hey @xnohat, did this happen to you since v0.29.0?