Replies: 1 comment
-
|
@iandol I’m not convinced yet this is a tmuxp bug. With tmuxp load -f /dev/null <config_file>does it still crash? Reasoning: this forces tmux to start with an empty configuration, bypassing any tmux.conf, TPM plugins, or option side effects. If the crash disappears under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a follow on from #995. I use conda-forge via pixi to install my packages cross-platform. With tmux V3.6a and tmuxp V1.62 I get a crash when I try to start.
tmux new-session -s testtmux kill-serverit just to be sure).tmuxp load testtmuxp debug-info
tmux version and install method (pixi / system / pacman / brew / pip)
V3.6a via pixi (conda-forge)
your tmux config (or confirmation it’s empty)
https://codeberg.org/iandol/dotfiles/src/branch/main/tools/tmux.conf
confirmation that no tmux processes are running (ps -ef | grep '[t]mux')
I did a
tmux kill-server,pkill tmuxand thenprocs | grep tmuxwhether tmux new -s test works reliably before invoking tmuxp
I get an error:
but
tmux new-sessionworks.Additionally:
Try the tmuxp configuration without the layout, to rule out layout parsing or geometry issues
Check whether tmux produced a core dump and, if so, inspect it
where can I find the core dump? Thank you for your help and patience.
Beta Was this translation helpful? Give feedback.
All reactions