From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7691 invoked by alias); 9 Feb 2014 21:01:07 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32372 Received: (qmail 10883 invoked from network); 9 Feb 2014 21:00:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Originating-IP: [86.6.157.246] X-Spam: 0 X-Authority: v=2.1 cv=Z/xiHRhA c=1 sm=1 tr=0 a=BvYiZ/UW0Fmn8Wufq9dPrg==:117 a=BvYiZ/UW0Fmn8Wufq9dPrg==:17 a=NLZqzBF-AAAA:8 a=0I_76Fu6u2cA:10 a=uObrxnre4hsA:10 a=kj9zAlcOel0A:10 a=6q6BVYPjFjcA:10 a=q2GGsy2AAAAA:8 a=n4dBLpOH6NxOI8jD9y0A:9 a=CjuIK1q_8ugA:10 a=I6wTmPyJxzYA:10 a=83v9x4RGGZsA:10 a=IcRp9QAimsQA:10 Date: Sun, 9 Feb 2014 21:00:47 +0000 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Commit 137b15a fails X02zlevi test Message-ID: <20140209210047.46b906b4@pws-pc.ntlworld.com> In-Reply-To: <140209105343.ZM24252@torch.brasslantern.com> References: <140208121311.ZM14905@torch.brasslantern.com> <140208144555.ZM16333@torch.brasslantern.com> <140209105343.ZM24252@torch.brasslantern.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 09 Feb 2014 10:53:43 -0800 Bart Schaefer wrote: > None of these resolve it. The last one produces successful tests more > often, but seems to increase the randomness of which test fails the > rest of the time. I've run out of ideas ... Something forking and doing things in slightly different orders to the zpty in different cases where we need to ensure some top-level cleanup is the last thing to happen...? Not very concrete, sorry. pws