zsh-syntax-highlighting: zsh: can't set tty pgrp: Input/output error
I recently updated prezto which caused zsh to freeze with the message “zsh: can’t set tty pgrp: Input/output error” when starting up in tmux. When opening a new shell, it just closes immediately. Using git bisect I was able to determine that my problem starts with 59fbdda but I don’t actually see why. Any thoughts?
Running zsh 5.0.5 (x86_64-apple-darwin14.0)
Some more discussion at https://github.com/sorin-ionescu/prezto/issues/1033
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 15 (9 by maintainers)
Commits related to this issue
- For issue #246, annul 59fbdda64c21. This patch makes the code identical to the pre-59fbdda64c21 behaviour, save for the addition of a 'false' disjunct and a 'true' conjunct; i.e., a disjunct and conj... — committed to danielshahaf/zsh-syntax-highlighting by danielshahaf 9 years ago
- Update submodules Now that I've figured out what was causing zsh to crash when updating prezto (zsh 5.0.5 didn't like something in the syntax-highlighting bit and upgrading to zsh 5.1.1 resolved this... — committed to lencioni/dotfiles by lencioni 9 years ago
- nvm alias for ember — committed to qianthinking/dotfiles by qianthinking 8 years ago
for future reference: I hit this error on tmux after upgrading zsh and tmux but keeping the tmux session alive, after killing all my tmux sessions and restarting them it seemed to fix the issue. (though I was not having the issue upon terminal launch only within my tmux sessions)