Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Certain pattern causing shell to crash
- X-seq: zsh-workers 28589
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Certain pattern causing shell to crash
- Date: Thu, 6 Jan 2011 21:23:28 +0100
- 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=
- In-reply-to: <20110106195427.03ab19a9@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20110106160802.GA4655@Xye> <20110106182201.27da4de9@xxxxxxxxxxxxxxxxxxxxxxxxx> <20110106185134.GA10630@xxxxxxxxxxxxxxx> <20110106195427.03ab19a9@xxxxxxxxxxxxxxxxxxx>
On 6 January 2011 20:54, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> On Thu, 6 Jan 2011 13:51:35 -0500
> Ricky Zhou <ricky@xxxxxxxxx> wrote:
>> For what it's worth, I did a git bisect, and the segfault was introduced
>> in d234059b1c6493e5eefb6c28aa2b8a021d894d51. ÂHopefully 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. ÂObvious.)
fwiw, you could also have said git show d234059b1 without the funny
bit on the end.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author