From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21824 invoked from network); 2 Aug 2000 13:16:31 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Aug 2000 13:16:31 -0000 Received: (qmail 15996 invoked by alias); 2 Aug 2000 13:15:46 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3350 Received: (qmail 15970 invoked from network); 2 Aug 2000 13:15:44 -0000 Date: Wed, 2 Aug 2000 15:15:29 +0200 (MET DST) Message-Id: <200008021315.PAA11501@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk In-reply-to: Andy Spiegl's message of Wed, 2 Aug 2000 12:49:11 +0200 Subject: Re: completion bug? Andy Spiegl wrote: > I think, I just found a bug: > > hamster:/var/tmp>ls -la > total 1036404 > drwxrwxrwt 2 root root 14336 Aug 2 11:13 ./ > drwxr-xr-x 21 root root 1024 Feb 19 00:07 ../ > -rwxrw-r-- 1 spiegl users 1112656 Aug 2 11:07 jarre2.sfk* > -rwxrw---- 1 spiegl users 284823596 Aug 2 11:07 jarre2.wav* > -rwxrw-r-- 1 spiegl users 3000720 Aug 2 11:08 jean.michel.jarre.free.concert.in.paris.1990-Paris.La.Defense.(A.City.in.Concert).sfk* > -rwxrw---- 1 spiegl users 768167980 Aug 2 11:08 jean.michel.jarre.free.concert.in.paris.1990-Paris.La.Defense.(A.City.in.Concert).wav* > hamster:/var/tmp>play jean > > After that zsh hangs and the cpu load rises and rises. > I had to send it a kill -9 to get rid of it. > > I suppose that "feature" is not intended? :-) And of course we can't know what's happening without more information. Namely: do you have a special completion for `play'? I guess not. But I guess you have a match spec. So we need either your style settings (`zstyle -L') or a xtrace output, e.g. try typing C-x? after `ls jean'. This will produce a file with the xtrace in the $TMPDIR (normally /tmp). Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de