Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: core dump after system upgrade.
- X-seq: zsh-users 8312
- From: Le Wang <lewang@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: core dump after system upgrade.
- Date: Wed, 22 Dec 2004 23:50:25 -0500 (EST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=UmaQ5gbchv788hI8B+i0ucdiFQkRpVcSCZ0sXKMEtLecyLn3bip7KDsbLYwgwAWS86Jq4qDCQVc9VOdDiVQsjCR5X846cGe5/hGvJ2X+NK2/hlVlT7DqAeuuj57DTfFUbcR/HQShekfGuToKOlWJw6V8/hNlYGyhftSu70toQrg= ;
- In-reply-to: <20041223010809.4618.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
--- Le Wang <lewang@xxxxxxxxx> wrote:
> I never had a problem before my system upgrade either. I'm assuming it's
> another package that got "upgraded" that's causing the problem. I just
> don't
> know which one.
No no no. I went back and tried some previous versions again, and somehow
all versions prior to 4.2.0 work now. So a bug would appear to have been
introduced in 4.2.0.
Here is a recipe:
$ xterm -geometry 40x10 -exec zsh -f
in the new window do the following:
echo $ZSH_VERSION
autoload -U compinit
compinit
zstyle ':completion:*' menu scroll=0 select=2
rm -rf /tmp/zsh_test
cd /tmp
mkdir zsh_test
cd zsh_test
touch 'asdf asdf asdf adsf asdf adsf asdf asdf'
touch b
now do:
ls <tab>
hold on to tab for a FEW SECONDS to bring up menu completion, and it should
still work fine.
now, narrow the window until zsh segfaults.
Please tell me I'm not imagining this!
--
Le
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
Messages sorted by:
Reverse Date,
Date,
Thread,
Author