Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de)
Message-ID: <3B0AB98B.4040101@mow.siemens.ru>
Date: Tue, 22 May 2001 23:10:03 +0400
From: Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.4-3mdk i686; en-US; rv:0.9) Gecko/20010521
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: cygwin-1.3.2, w32api-20010520
References: <200105211539.f4LFdxw05706@rtl.cygnus.com> <000301c0e2d7$57a48660$21c9ca95@mow.siemens.ru> <20010522122943.A18865@redhat.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Christopher Faylor wrote:

> On Tue, May 22, 2001 at 07:53:28PM +0400, Andrej Borsenkow wrote:
> 
>>This release fixed a problem we had with zsh tests that were using pty.
>>Thank you.
>>
> 
> Huh.  Interesting.  Was this the problem with O_NOCTTY?  I am surprised that
> this would actually work correctly.
> 


No. O_NOCTTY was internally fixed by not using it on Cygwin :-)

There were three groups of tests that were using pty, each run in a 
separate zsh invocation (Y01completion.ztst, Y02compmatch.ztst, 
Y03arguments.ztst). When run from within make in `make check', second 
and third group failed with obvious reason that nothing was read from 
master side of pty. If I run each one separately, everything worked. 
Additional problem was, that cleanup of failed test failed as well - 
there remained hung zsh attached to pty slave in state `I' (as reported 
by ps).

It may be possible that some change in zsh fixed it but I do not 
remember anything directly related.

-andrej


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

