Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: crash/memory corruption when completing dynamic named directory
- X-seq: zsh-workers 28938
- From: Johan Sundström <oyasumi@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: crash/memory corruption when completing dynamic named directory
- Date: Sat, 26 Mar 2011 11:50:07 -0700
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=pNQk6o5O5i91J/lN3Dut4uexIiCZhIpyIMspfRCnpm8=; b=EQGGopZ0LSEbJbbx2DUPmRq3Y//b3MQkSDaCekERi6MQK5yKEcc6pbB7RfhCrNL7xH GpiZg7GaS7HPApehYNBn4v7E4qvpaY97q0vp9fakX7GHaoxEcqBkcq0UiO/c83wK1uUf l3sfXSYx2J08bDW5FEUxyPiZW9ddirCtdvuZ8=
- 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 :cc:content-type; b=Y6U2jdHHFhJ9cFRxgaFCmiYowuj0izfH+cTAdIQWVYwCxh38Rtt0WZZob5VG5MZ72U Knvkknkjsh5HWK+lv4AG/fIjTl1Ai4i0XVoPS8ABLxhdmbs48rWoPzbgMKFJF8V7AMcH o8Zpoe8+sUInEcJPba2VtGml/R+mT1clMkGCU=
- In-reply-to: <AANLkTi=qwPYqiwCGVw=vkN75JUFntDDrLgiO-CjYQQH9@mail.gmail.com>
- 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: <AANLkTi=qwPYqiwCGVw=vkN75JUFntDDrLgiO-CjYQQH9@mail.gmail.com>
On Sat, Mar 26, 2011 at 05:54, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> I can't reproduce this in zsh -f yet, all that happens is that the
> completion just fails quietly without doing anything.
> % echo ネネネネネ ~[<tab>
> results in
> % echo <e3><ad><e3><ad><e3><ad><e3><ad><e3><ad> ~[
>
> any idea what could be wrong or what I can try to narrow it down?
Not an answer per se, but maybe bits of data giving someone else a lead: ネ
is Unicode code point 12493, or "\u30CD", which normalizes to itself in all
four Unicode normalization forms NFC, NFD, NFKC and NFKD, and which UTF-8
encodes to 0xE3, 0x83, 0x8D. I have no ideas about what the pretty-printing
or <ad>:s could be related to.
--
/ Johan Sundström, http://ecmanaut.blogspot.com/
The problem doesn't seem to depend on the zsh_directory_name function,
> I get the same result with it unfunctioned. Incidentally after the above
> tab, zsh tries to complete parameter names.
>
> --
> Mikael Magnusson
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author