From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9068 invoked by alias); 29 Sep 2014 06:25:42 -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: 33271 Received: (qmail 3710 invoked from network); 29 Sep 2014 06:25:41 -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 From: Bart Schaefer Message-id: <140928232541.ZM5222@torch.brasslantern.com> Date: Sun, 28 Sep 2014 23:25:41 -0700 In-reply-to: <20140929015131.GM5405@sym.noone.org> Comments: In reply to Axel Beckert "Re: [Pkg-zsh-devel] Bug#760061: "5 seconds to fail"" (Sep 29, 3:51am) References: <20140824183909.75d04bf0@pws-pc.ntlworld.com> <20140827162834.GQ7356@sym.noone.org> <140830162545.ZM27219@torch.brasslantern.com> <20140929012033.GL5405@sym.noone.org> <20140929015131.GM5405@sym.noone.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: 760061@bugs.debian.org, zsh-workers@zsh.org Subject: Re: [Pkg-zsh-devel] Bug#760061: "5 seconds to fail" MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Sep 29, 3:51am, Axel Beckert wrote: } } 1) Hangs in the static build at } } ../../Test/A04redirect.ztst: starting. This doesn't mean very much; none of the tests in A04 produce any output (unless they fail) so it could be stuck anywhere. To refine, the "make check" need to be run with ZTST_verbose=1 in the environment. See Test/ztst.zsh for more. } 2) Hangs in the static build at } } This test takes 5 seconds to fail... This is the only one to which my previous discussions apply. I've since reproducesd this several times, never intentionally but it always happens immediately after recompiling the binaries. } 3) Hangs in the static build at } } ../../Test/A05execution.ztst: starting. Again this could be in any test, if possible retry with ZTST_verbose=1 } 4) Hangs in the non-static build at } } ../../Test/X02zlevi.ztst: starting. Once more, anywhere. X02 manipulates zpty terminals to emulate an interactive session, so is a likely place for race conditions. } 5) Hangs in the non-static build at } } This test takes 5 seconds to fail... See (2). } 6) Hangs in the non-static build at } } ../../Test/A05execution.ztst: starting. See (3).