Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs
- X-seq: zsh-workers 16714
- From: Sven Wischnowsky <wischnow@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs
- Date: Mon, 25 Feb 2002 10:31:43 +0100
- In-reply-to: <200108010835.KAA01552@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <yeh66c8q0ve.fsf@xxxxxxxxxxxxxxxxxx> <200108010835.KAA01552@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Since that old while-loop patch came up again, I want to remember
everyone that I think we haven't done anything about that Irix-bug yet
(unless I've missed something?).
The last message in the thread was 15557:
> Timothy Miller wrote:
>
> > ...
> >
> > I just manually changed config.h to not define HAVE_KILLPG, cleaned and
> > recompiled everything, and it all seems to work, except for make check C02
> > and Y* which were expected not to work anyway.
>
> So, which solution do you all prefer? 1) adding a killpg() macro in some
> header file, 2) changing all killpg()s to kill(-...) or 3) changing configure
> to not use killpg() on Irix?
>
> I'd prefer 1) or 3) -- with 2) someone could sometime use killpg()
> because he doesn't know about this.
It seems that the bug could be fixed by using kill(-...) instead of
killpg().
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author