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

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).