Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

5.0.8 regression when waiting for suspended jobs



Waiting for a job suspened with tty input results in an infinite loop
of messages in 5.0.8, but just one in 5.0.7.

zsh 5.0.7 (x86_64-unknown-linux-gnu)
zsh-5.0.7-0-g208bded
% cat & wait $!
[1] 17845
[1]  + suspended (tty input)  cat

zsh 5.0.8 (x86_64-unknown-linux-gnu)
zsh-5.0.8-0-gf0068ed
% cat & wait $!
[1] 6783
[1]  + suspended (tty input)  cat
[1]  + suspended (tty input)  cat
[1]  + suspended (tty input)  cat
[1]  + suspended (tty input)  cat
...

-- 
Christian Neukirchen  <chneukirchen@xxxxxxxxx>  http://chneukirchen.org



Messages sorted by: Reverse Date, Date, Thread, Author