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

Re: 5.0.8 regression when waiting for suspended jobs



Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:

> On Jul 30,  4:32pm, Christian Neukirchen wrote:
> }
> } 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.
>
> Hm.  Both are busy-waiting, and I don't see the reason why 5.0.7 is NOT
> printing the job status every time.

Note that I pass the PID, just "wait" stops too.
My 4.3.17 also stops.

> Also if you wait by job number ("wait %1") instead, "wait" returns right
> away rather than blocking on the stopped job (in both .7 and .8).

Can confirm.  Why would it be different when giving the PID...

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



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