From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24811 invoked by alias); 31 Jul 2015 08:30:54 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35961 Received: (qmail 7126 invoked from network); 31 Jul 2015 08:30:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no autolearn_force=no version=3.4.0 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Christian Neukirchen Subject: Re: 5.0.8 regression when waiting for suspended jobs Date: Fri, 31 Jul 2015 10:30:32 +0200 Message-ID: <87si84k9uf.fsf@gmail.com> References: <87wpxhk970.fsf@gmail.com> <150730123904.ZM11774@torch.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host125-2.natpool.mwn.de In-Reply-To: <150730123904.ZM11774@torch.brasslantern.com> (Bart Schaefer's message of "Thu, 30 Jul 2015 12:39:04 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Bart Schaefer 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 http://chneukirchen.org