Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Job management puzzle/bug?
- X-seq: zsh-workers 29945
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Job management puzzle/bug?
- Date: Sun, 4 Dec 2011 21:31:15 -0800
- 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>
[Accidentally sent this just to Andreas, resending for zsh-workers]
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.
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author