Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh killed when autoloaded function calls mislinked program
- X-seq: zsh-workers 20642
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Zsh killed when autoloaded function calls mislinked program
- Date: Mon, 3 Jan 2005 07:57:33 -0800 (PST)
- In-reply-to: <200412211130.iBLBUV9D011813@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20041220202059.GE11940@xxxxxxxxxxxxxxx> <200412211130.iBLBUV9D011813@xxxxxxxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
[I'm back from holiday travel.]
On Tue, 21 Dec 2004, Peter Stephenson wrote:
> - killjb(jn, lastval & ~0200);
> + if (jn->gleader)
> + killjb(jn, lastval & ~0200);
This looks right to me, but I haven't groveled through that code for a
while. The only case where it might be wrong is in a subshell if the
subshell is to die with the same signal as the job, but I *think* that's
handled elsewhere by the value passed to exit() ... and AFAICT from some
attempts at testing, it is.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author