Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Latest 4.3.0-dev infinite-loops in Y0*.ztst
- X-seq: zsh-workers 21824
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Latest 4.3.0-dev infinite-loops in Y0*.ztst
- Date: Tue, 4 Oct 2005 11:53:50 +0200
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1051004041456.ZM29954@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
- References: <1051004025021.ZM23329@xxxxxxxxxxxxxxxxxxxxxxx> <1051004033617.ZM24182@xxxxxxxxxxxxxxxxxxxxxxx> <1051004041456.ZM29954@xxxxxxxxxxxxxxxxxxxxxxx>
Hi Bart :)
* Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> dixit:
> On Oct 4, 3:36am, Bart Schaefer wrote:
> }
> } old OS simply doesn't have full multibyte support, and what I really
> } need is for completion to work with --disable-multibyte.
>
> That was a lot less difficult to track down than I expected.
>
> Index: Src/Zle/complist.c
> 675c675
> < while ((cc = *s)) {
> ---
> > while ((cc = *s++)) {
When applying this patch to a 4.2.5 source, it looks like already
applied, so I applied it with "patch -R" and the crash now happens
immediately, as soon as menu completion is started.
I know that this problem is only vaguely related with mine (just
in the infinite loop side) but just in case you needed feedback...
I'm going to build a zsh with debugging support, so if you need
any information just tell me what should I run.
This bug is annoying because is VERY weird to have a COLUMNS
value less than, let's say, 60, but is not as weird to have more than
100 characters pathnames (or even filenames).
Thanks again, Bart :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author