Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Job management puzzle/bug?
- X-seq: zsh-workers 29946
- From: Andreas Kloeckner <inform@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Job management puzzle/bug?
- Date: Mon, 05 Dec 2011 01:27:06 -0500
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <CAH+w=7aLfrFVHgnEsZJnAhie6WATBO9ipwwZ90tps+0t+2T89g@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <87liqrlt6u.fsf@ding.tiker.net> <CAH+w=7aLfrFVHgnEsZJnAhie6WATBO9ipwwZ90tps+0t+2T89g@mail.gmail.com>
On Sun, 4 Dec 2011 21:29:59 -0800, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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 <inform@xxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author