From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25694 invoked by alias); 22 Aug 2015 17:05:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20456 Received: (qmail 8909 invoked from network); 22 Aug 2015 17:05:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=+Rk8Ujj/+WKCAY98kEasZsaljaqNC1rYD3e2xhB6mOk=; b=n+pzPmNKlGAqU/wVeWRyQYeNBW04p70cfi6XvZBhINj8Ou6/BDfxgluxpNBC1DhpBl WPqW4dG5lsYXIDhnnd6gYmsUDSSS+et2WjV23DRxQWZzLGu/Rz9YmVuyDJjGQrkXoj3o js3ZMIUYesxlZFi6+jWXDk346YPefKJP5QABZnXEz+uuN9s/WX5x3IzWxPEUStQtHZ9k r/Zohno97gKDjLnHDFudyXPIqTy2SI2NP+sA/dZ7SbPTOcIu/zowfd1dwYTn+VZnaW0N TzXJ0WlWdyI0hO7VmtFDFtmYBQhdpUvw2s99GblqHcdykmfwQCQDjJfsQzA4DPZhL2Bw cSkA== X-Received: by 10.182.29.68 with SMTP id i4mr13396696obh.57.1440263097720; Sat, 22 Aug 2015 10:04:57 -0700 (PDT) Date: Sat, 22 Aug 2015 12:04:55 -0500 From: Matthew Martin To: "Jun T." Cc: zsh-users@zsh.org Subject: Re: zsh 5.0.8-test-2 Message-ID: <20150822170455.GA28519@CptOrmolo.darkstar> References: <20150821215037.6b010cf7@ntlworld.com> <9306B4F4-68C3-4EC5-93FD-A40346692465@kba.biglobe.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9306B4F4-68C3-4EC5-93FD-A40346692465@kba.biglobe.ne.jp> User-Agent: Mutt/1.5.23 (2014-03-12) On Sat, Aug 22, 2015 at 08:48:47PM +0900, Jun T. wrote: > > 2015/08/22 09:10, Matthew Martin wrote: > > > Running on an OpenBSD snapshot, test X02zlevi just hangs without any > > output > > I've tested on my minimal install of OpenBSD 5.6. It seems the test > hangs at line 24 of comptest (in function comptestinit()): > > zpty -r zsh log1 "**" || { > > Matthews, could you try with the patch at the end of this post? With the patch all tests complete successfully. Thanks, Jun. - Matthew Martin