Closed nwaywood closed 7 years ago
Update: I just updated to MacOS Sierra and now I get the following output
'~/.tmux/plugins/tpm/tpm' terminated by signal 6
It's terminated by signal 6 now instead of signal 5
This is working for me. I tried your config except for a couple lines, I don't have zsh installed, so I commented out
set -g default-command "reattach-to-user-namespace -l zsh"
and because I don't have your theme, I commented out
source ~/.dotfiles/tmux/theme.sh
Can you try an older version of tpm to try and narrow down what change causes this?
Reading online shows me that signal 5 possibly is a trace/breakpoint trap. Signal 6 should be an abort signal. Just as @Graham42 said, try to narrow down the change which causes this issue.
Maybe, check if combinations of zsh
(or maybe even your OS) together with your tmux version + configuration causes this issue.
Ok thanks for the feedback, I'll try reverting to older versions of tpm until it starts working again. I'm going on holiday tomorrow though so it will be a while until I will have time to do this
I'm also having this same issue with a similar config file. I'm on El Capitan, and get signal 5. I also have a similar line: #set-option -g default-command "* > /dev/null 2>&1; reattach-to-user-namespace -l zsh"
.
Changing it to set -g default-command "reattach-to-user-namespace -l zsh"
and outright removing it didn't help.
Using tmux 2.1, and I think it broke on an upgrade.
Edit: running ./tpm
from zsh gets me this error:
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib Referenced from: /usr/local/bin/bash Reason: image not found
Edit2: Turns out bash was not updated after a brew update. Running brew upgrade bash
fixed my issue.
Upgrading bash
fixed the '~/.tmux/plugins/tpm/tpm' terminated by signal 6
error for me even though I use zsh
: https://github.com/Homebrew/homebrew-core/issues/5799
Updating bash fixed the issue for me to 👍
When I run
tmux source ~/.tmux.conf
I get the following output:I have
rm -rf ~/.tmux
and set up tpm from scratch and I still have the same issue.Here is my tmux conf: