Quick and dirty bandaid fix to some server crashes which occur to me lately. The underlying issue seems to be a race condition somewhere when the shell in the pane exits and the tty file descriptor becomes invalid, but zellij wants to write/read it? Bug trigger: - open some panes - exit the shells in the panes by spamming Ctrl-D works best when the system only runs on a single CPU, run the following to disable all cores but one: echo 0 | sudo tee /sys/devices/system/cpu/cpu*/online Co-authored-by: raphTec <git@raphtec.net> |
||
|---|---|---|
| .. | ||
| output | ||
| panes | ||
| tab | ||
| ui | ||
| unit | ||
| lib.rs | ||
| logging_pipe.rs | ||
| os_input_output.rs | ||
| pty.rs | ||
| route.rs | ||
| screen.rs | ||
| thread_bus.rs | ||
| wasm_vm.rs | ||