Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault with certain filenames
- X-seq: zsh-workers 21853
- From: Clint Adams <clint@xxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: segfault with certain filenames
- Date: Fri, 7 Oct 2005 11:34:13 -0400
- In-reply-to: <20051007031207.GA8402@xxxxxxxxxxx>
- Mail-followup-to: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20051006232712.GA1886@xxxxxxxxxxx> <20051007003546.GA4637@xxxxxxxxxxx> <1051007023529.ZM3416@xxxxxxxxxxxxxxxxxxxxxxx> <20051007031207.GA8402@xxxxxxxxxxx>
> (the xterm is 27 lines long, and this does not fill it)
ml is being incremented by 2 for each line, and mrestlines is being
decremented by 2 for each line.
Here's what's happening with ml:
657 clnicezputs:ml++ from 5 to 6
1346 compprintlist:ml += mlprinted(1) from 5 to 6
1370 compprintlist:ml++ from 6 to 7
1341 clprintm called with ml, and eventually clnicezputs:ml set to 7
657 clnicezputs:ml++ from 7 to 8
Not sure what the logic is here.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author