From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20514 invoked from network); 6 May 2001 23:59:54 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 May 2001 23:59:54 -0000 Received: (qmail 19329 invoked by alias); 6 May 2001 23:59:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14236 Received: (qmail 19317 invoked from network); 6 May 2001 23:59:47 -0000 From: "Bart Schaefer" Message-Id: <1010506235916.ZM26912@candle.brasslantern.com> Date: Sun, 6 May 2001 23:59:15 +0000 In-Reply-To: <20010506165106.A4154@kallisto.sind-doof.de> Comments: In reply to Andreas Ferber "Lockup on tab completion with compinit+list_packed" (May 6, 4:51pm) References: <20010506165106.A4154@kallisto.sind-doof.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Andreas Ferber , zsh-workers@sunsite.auc.dk Subject: Re: Lockup on tab completion with compinit+list_packed MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 6, 4:51pm, Andreas Ferber wrote: } Subject: Lockup on tab completion with compinit+list_packed } } Recently zsh totally locked up using 100% CPU on doing a tab } completion. } } I can reproduce this actually with (running zsh -f): } } kallisto% echo $ZSH_VERSION } 3.1.9-dev-8 That version is pretty old. I'm unable to reproduce this with 4.0.1-pre-3. One minor thing: } kallisto% autoload compinit You should use "autoload -U compinit" to make sure that none of your aliases are changing the way compinit works. But that's probably not at issue here. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net