tmux-resurrect: restore crashes server (tmux 3.0)
After updating tmux to 3.0, restoring ends up with a dead server and the following message: [server exited unexpectedly]
About this issue
- Original URL
- State: open
- Created 5 years ago
- Reactions: 55
- Comments: 17 (4 by maintainers)
Commits related to this issue
- Fix bounds check in layout_parse overflowing to max u_int. See tmux-plugins/tmux-resurrect/issues/316 for a logs, thanks to DarkKnight288 for finding the issue and if they wish to submit an MR direct... — committed to julie-is-late/tmux by julie-is-late 5 years ago
- tmux: fix server crash (during layout change) During layout changes the server crashes, which makes using tmux-resurrect impossible. see https://github.com/tmux-plugins/tmux-resurrect/issues/316 The... — committed to tessus/macports-ports by tessus 5 years ago
- tmux: fix server crash (during layout change) During layout changes the server crashes, which makes using tmux-resurrect impossible. see https://github.com/tmux-plugins/tmux-resurrect/issues/316 The... — committed to macports/macports-ports by tessus 5 years ago
Hi, until this is fixed, if using brew to install tmux, you can downgrade to 2.9a like this:
This installs tmux 2.9a. To prevent from upgrading (until this is fixed), pin the version:
To unpin and upgrade:
3.0a changelog
Hi!
It works after deleting the line where
windowis written intmux_resurrect_{date}.txt.↓
Isn’t program related to “window” setting good?
Thank!
tmux-arch.tar.gz
I created an arch linux package with the mentioned fix (https://github.com/tmux/tmux/commit/2cb268d51b71d74cf32e9cd1f67892681a9563e1). run makepkg to compile from source or use the binary package directly.
resurrect doesn’t crash with this.
To people experience this issue, have you tried removing old restore data?
seems it’s fixed on tmux/master anyways in https://github.com/tmux/tmux/commit/2cb268d51b71d74cf32e9cd1f67892681a9563e1 😃… guess we just wait.