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

Re: Latest 4.3.0-dev infinite-loops in Y0*.ztst



    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