zsh-workers
 help / color / mirror / code / Atom feed
* 4.3.12 regression: fg'ing dead processes
@ 2011-10-28  9:41 Christian Neukirchen
  2011-10-28 10:47 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Neukirchen @ 2011-10-28  9:41 UTC (permalink / raw)
  To: zsh-workers


Expected:

emo ~%% zsh --version
zsh 4.3.11 (x86_64-pc-linux-gnu)
emo ~%% cat
^Z
zsh: suspended  cat
emo 20? 1& ~%% kill %1
emo 1& ~%% 
[1]  + terminated  cat
emo ~%% kill %1
kill: %1: no such job
emo 1? ~%% fg
fg: no current job

But on 4.3.12:

juno ~% zsh --version
zsh 4.3.12 (x86_64-unknown-linux-gnu)
juno ~% cat
^Z
zsh: suspended  cat
juno 20? 1& ~% kill %1
juno 1& ~% kill %1
kill: kill %1 failed: no such process
juno 1? 1& ~% fg
[1]  + continued  cat
^Z^Z^C^C
(terminal/shell completely hangs)

It seems the killed job didn't get removed from the list of backgrounded
processes or something?

-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


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

end of thread, other threads:[~2011-10-28 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-28  9:41 4.3.12 regression: fg'ing dead processes Christian Neukirchen
2011-10-28 10:47 ` Peter Stephenson
2011-10-28 13:52   ` Bart Schaefer

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