Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Certain pattern causing shell to crash



On 2011-01-06 at 19:54 +0000, Peter Stephenson 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.)
> 
> Yes, that narrows it down a lot, thanks.

Oh dear, it was me fixing another problem?  I'm sorry.

So in that change, I was avoiding shoving junk into the parse tree; was
that junk protecting us somehow?   Did my original =~ feature manage
to introduce parallel code/decode bugs and the =~ code bug-fix exposed
the decode bug?

-Phil



Messages sorted by: Reverse Date, Date, Thread, Author