From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27342 invoked by alias); 16 Nov 2010 03:10:29 -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: 15549 Received: (qmail 26230 invoked from network); 16 Nov 2010 03:10:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Tue, 16 Nov 2010 04:10:23 +0100 From: Vincent Lefevre To: zsh-users@zsh.org Subject: Re: strange behavior Message-ID: <20101116031023.GF19451@prunille.vinc17.org> Mail-Followup-To: zsh-users@zsh.org References: <20101102120943.GK19295@prunille.vinc17.org> <20101115163234.GE19451@prunille.vinc17.org> <101115092438.ZM29576@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <101115092438.ZM29576@torch.brasslantern.com> X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6164-vl-r38670 (2010-10-13) On 2010-11-15 09:24:38 -0800, Bart Schaefer wrote: > On Nov 15, 5:32pm, Vincent Lefevre wrote: > } > } > ypig:~/wd> up > } > At revision 40202. > } > zsh: exit 141 > } > ypig:~/wd[PIPE]> > } > } This has just happened again. This time, the machine hadn't been > } rebooted (but there has been a lot of disk activity before that). > > It appears to me that it must be the case that > svn "$@" > is exiting with status 141, rather than that the filter function is > killing its parent with a PIPE signal. I don't think this is possible as when svn receives a PIPE signal, it outputs "svn: Write error: Broken pipe" and exits with status 1. But I've added some code to check that status 141 is not possible. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)