zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: <zsh-workers@zsh.org>, Christian Neukirchen <chneukirchen@gmail.com>
Subject: Re: 4.3.12 regression: fg'ing dead processes
Date: Fri, 28 Oct 2011 06:52:44 -0700	[thread overview]
Message-ID: <111028065244.ZM20074@torch.brasslantern.com> (raw)
In-Reply-To: <20111028114748.6febaa9b@pwslap01u.europe.root.pri>

On Oct 28, 11:47am, Peter Stephenson wrote:
} Subject: Re: 4.3.12 regression: fg'ing dead processes
}
} On Fri, 28 Oct 2011 11:41:30 +0200
} Christian Neukirchen <chneukirchen@gmail.com> wrote:
} > It seems the killed job didn't get removed from the list of backgrounded
} > processes or something?
} 
} Bart did some more work on this after 4.3.12, so I hope this is fixed in
} the 4.3.12-test-2 release on ftp.zsh.org in pub/development.

Indeed, I'm not able to reproduce when using the current CVS:

torch% cat
^Z
zsh: suspended  cat
torch% kill %1
torch% 
[1]  + terminated  cat
torch% kill %1
kill: %1: no such job
torch% fg
fg: no current job
torch% print $ZSH_VERSION $ZSH_PATCHLEVEL
4.3.12-test-2 1.5486
torch% 

I haven't explicitly tried the test release from ftp.zsh.org but I have
no reason to believe any fix was applied after that.


      reply	other threads:[~2011-10-28 13:53 UTC|newest]

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

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=111028065244.ZM20074@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=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).