From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22679 invoked by alias); 2 Oct 2014 15:30:19 -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: 33326 Received: (qmail 9894 invoked from network); 2 Oct 2014 15:30:17 -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: <141002083020.ZM12091@torch.brasslantern.com> Date: Thu, 02 Oct 2014 08:30:20 -0700 In-reply-to: <20141002071005.GG5405@sym.noone.org> Comments: In reply to Axel Beckert "Re: [Pkg-zsh-devel] Bug#760061: "5 seconds to fail"" (Oct 2, 9:10am) References: <20140930174041.GX5405@sym.noone.org> <141001001201.ZM4843@torch.brasslantern.com> <20141002071005.GG5405@sym.noone.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Axel Beckert , 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 [Removed debian from the reply for now.] On Oct 2, 9:10am, Axel Beckert wrote: } } Running test: Status reset by starting a backgrounded command } E: Caught signal `Terminated': terminating immediately Well, THAT'S a bit unexpected. Unless for some reason the output has not been flushed, this means it's hanging here: false sleep 1000 & print $? kill $! That's the third-from-last test in A05. I don't suppose you could move it to the very end and see if that changes the results? E.g., if it then fails at "trap ZERR" then lack of output flushing is masking the real problem.