Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: two new bugs
- X-seq: zsh-workers 2146
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: two new bugs
- Date: Wed, 18 Sep 1996 14:26:17 +0200
- In-reply-to: "Peter Stephenson"'s message of "Wed, 18 Sep 1996 11:27:42 MET." <199609180927.LAA03839@xxxxxxxxxxxx>
I wrote:
> 2)
>
> % fn() { if true; then functions fn | less; fi; }
> % fn
> zsh: 14277 done functions fn |
> zsh: 14278 suspended (tty output) less
There's a race condition here. This makes it rather nastily system
dependent exactly how it shows up. I also sometimes get the
right output, but instead of being piped through less it simply ends
up dumped to the terminal, with a status of 1 returned. These tests
were on IRIX 5.3; with SunOS 5.5 I can't get it to show up at all.
It also means that it's not as new as I'd thought, just the symptoms
show up differently, so it may well have been in 3.0.1-test1 as
distributed. However, backing out Zoltan's patch for performance,
archive/latest/2064, did not remove it.
--
Peter Stephenson <pws@xxxxxx> Tel: +49 33762 77366
WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77330
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author