zsh-workers
 help / color / mirror / code / Atom feed
* 5.0.8 regression when waiting for suspended jobs
@ 2015-07-30 14:32 Christian Neukirchen
  2015-07-30 19:39 ` Bart Schaefer
  0 siblings, 1 reply; 14+ messages in thread
From: Christian Neukirchen @ 2015-07-30 14:32 UTC (permalink / raw)
  To: zsh-workers


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@gmail.com>  http://chneukirchen.org


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-08-16 21:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-30 14:32 5.0.8 regression when waiting for suspended jobs Christian Neukirchen
2015-07-30 19:39 ` Bart Schaefer
2015-07-31  8:30   ` Christian Neukirchen
2015-07-31 15:56     ` Bart Schaefer
2015-07-31 17:28       ` Christian Neukirchen
2015-07-31 17:41         ` Bart Schaefer
2015-08-11 23:56       ` Bart Schaefer
2015-08-12  9:43         ` Peter Stephenson
2015-08-12 14:58           ` Bart Schaefer
2015-08-12 16:09             ` Peter Stephenson
2015-08-12 17:31               ` Bart Schaefer
2015-08-15  1:56                 ` Bart Schaefer
2015-08-16 17:37                   ` Peter Stephenson
2015-08-16 21:49                     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).