From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9934 invoked by alias); 5 Dec 2011 06:27:14 -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: 29946 Received: (qmail 13363 invoked from network); 5 Dec 2011 06:27:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at tiker.net does not designate permitted sender hosts) From: Andreas Kloeckner To: Bart Schaefer Cc: zsh-workers@zsh.org Subject: Re: Job management puzzle/bug? In-Reply-To: References: <87liqrlt6u.fsf@ding.tiker.net> User-Agent: Notmuch/0.9 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 05 Dec 2011 01:27:06 -0500 Message-ID: <87r50jr0sl.fsf@ding.tiker.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sun, 4 Dec 2011 21:29:59 -0800, Bart Schaefer wrote: > Apparently you shouldn't send multipart/signed mail to the zsh mailing > lists. Either the list server stripped off the first set of part > headers, or something messed it up on your end, but either way I got a > garbled message and had to dig the actual text out of the raw message > in order to quote it here. Sorry about that, this one's unsigned. > On Sun, Dec 4, 2011 at 5:10 PM, Andreas Kloeckner wrote: > > > > here's a zsh behavior I don't understand: > > > > ^Z > > [1] + 29395 suspended python test_quad.py 'test_integral_equation()' > > $ kill %1 > > $ jobs andreas@ding 20:01 > > [1] + suspended python test_quad.py 'test_integral_equation()' > > $ kill -9 %1 > > kill: kill %1 failed: no matching process > > This is probably one of the interrelated bugs that were fixed by > zsh-workers/29769 or 29677 or 29481. Is it possible for you to try to > reproduce this with zsh-4.3.13, released just this past week? Ah, fixed in 4.3.13. Thanks! (and props to Debian for having 4.3.13 as zsh-beta already) Andreas