zsh-workers
 help / color / mirror / code / Atom feed
From: Christian Neukirchen <chneukirchen@gmail.com>
To: zsh-workers@zsh.org
Subject: 4.3.12 regression: fg'ing dead processes
Date: Fri, 28 Oct 2011 11:41:30 +0200	[thread overview]
Message-ID: <87d3dhwj05.fsf@gmail.com> (raw)


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


             reply	other threads:[~2011-10-28  9:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-28  9:41 Christian Neukirchen [this message]
2011-10-28 10:47 ` Peter Stephenson
2011-10-28 13:52   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3dhwj05.fsf@gmail.com \
    --to=chneukirchen@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).