zsh-workers
 help / color / mirror / code / Atom feed
* Job management puzzle/bug?
@ 2011-12-05  1:10 Andreas Kloeckner
       [not found] ` <CAH+w=7aLfrFVHgnEsZJnAhie6WATBO9ipwwZ90tps+0t+2T89g@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Kloeckner @ 2011-12-05  1:10 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]

Hi all,

here's a zsh behavior I don't understand:

...(program output)
^C...(program keeps running, ignores SIGINT)
...
^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
$ jobs                                                                                                                                                                                                                  andreas@ding 20:01
[1]  + suspended  python test_quad.py 'test_integral_equation()'


In particular, I don't understand why %1 still shows up in the output of
'jobs' when the process is long gone. bash behaves more like I'd expect.

(btw--please cc me)

Thanks,
Andreas

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Job management puzzle/bug?
       [not found] ` <CAH+w=7aLfrFVHgnEsZJnAhie6WATBO9ipwwZ90tps+0t+2T89g@mail.gmail.com>
@ 2011-12-05  5:31   ` Bart Schaefer
  2011-12-05  6:27   ` Andreas Kloeckner
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2011-12-05  5:31 UTC (permalink / raw)
  To: Zsh hackers list

[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@tiker.net> 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?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Job management puzzle/bug?
       [not found] ` <CAH+w=7aLfrFVHgnEsZJnAhie6WATBO9ipwwZ90tps+0t+2T89g@mail.gmail.com>
  2011-12-05  5:31   ` Bart Schaefer
@ 2011-12-05  6:27   ` Andreas Kloeckner
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Kloeckner @ 2011-12-05  6:27 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: zsh-workers

On Sun, 4 Dec 2011 21:29:59 -0800, Bart Schaefer <schaefer@brasslantern.com> 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@tiker.net> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-05  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-05  1:10 Job management puzzle/bug? Andreas Kloeckner
     [not found] ` <CAH+w=7aLfrFVHgnEsZJnAhie6WATBO9ipwwZ90tps+0t+2T89g@mail.gmail.com>
2011-12-05  5:31   ` Bart Schaefer
2011-12-05  6:27   ` Andreas Kloeckner

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).