From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6974 invoked by alias); 6 Jan 2011 20:23:35 -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: 28589 Received: (qmail 9160 invoked from network); 6 Jan 2011 20:23:34 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=yLwWoibo2EfK/Aqsqxq1tWEKeqMgEmWsHAj0fmrLf7o=; b=F9avcd45iApF2D9DqTWqbskFJ22GGg2ve5i5Q2twbmk+Dgcdgf7enKPOTPhMeDdByQ jpi3KXsFZh8pHqonHw3C/uf0o+fUc2GSmfNyuThjYDf5qT0c1ts4Sg6gTvdTOKqeflhD oGp8ZCg44MkOKPtk1RWwIJRvXICK9IWjxnuGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Gisn+s0Cfodrd5QsaOWp9AEPwuvjMxFMPHBt9yV97cApxbCOcOTlQjRiA42PVqt1kB kUirzPl+dYViXtBtBpZx9YICtDEpXpucehfpqBasTGkn72fSDn8lIICYGL6nMF8SgyCr mx9mpqkLTPVx3A80PhiGMzXB3E8Yq2pHx+I/E= MIME-Version: 1.0 In-Reply-To: <20110106195427.03ab19a9@pws-pc.ntlworld.com> References: <20110106160802.GA4655@Xye> <20110106182201.27da4de9@pwslap01u.europe.root.pri> <20110106185134.GA10630@alpha.rzhou.org> <20110106195427.03ab19a9@pws-pc.ntlworld.com> Date: Thu, 6 Jan 2011 21:23:28 +0100 Message-ID: Subject: Re: Certain pattern causing shell to crash From: Mikael Magnusson To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 6 January 2011 20:54, Peter Stephenson wro= te: > On Thu, 6 Jan 2011 13:51:35 -0500 > Ricky Zhou wrote: >> For what it's worth, I did a git bisect, and the segfault was introduced >> in d234059b1c6493e5eefb6c28aa2b8a021d894d51. =C2=A0Hopefully this can be= of >> use to somebody more familiar with how this code works. > > (Ah, so I need to use > > git diff d234059b1c6493e5eefb6c28aa2b8a021d894d51^\! > > to look at it. =C2=A0Obvious.) fwiw, you could also have said git show d234059b1 without the funny bit on the end. --=20 Mikael Magnusson