From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18905 invoked from network); 6 Sep 1999 12:19:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Sep 1999 12:19:04 -0000 Received: (qmail 8379 invoked by alias); 6 Sep 1999 12:18:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7665 Received: (qmail 8372 invoked from network); 6 Sep 1999 12:18:49 -0000 Date: Mon, 6 Sep 1999 14:18:48 +0200 (MET DST) Message-Id: <199909061218.OAA02280@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Bart Schaefer"'s message of Sat, 4 Sep 1999 09:29:22 +0000 Subject: Re: completion killing zsh Timothy J Luoma wrote: > Don't ask me why, but when I try this completion (ie: I hit 'tab' after > 'ivvvv' below) zsh dies: > > (zsh = 3.1.5-pws-20) > > (gdb) run > Starting program: /usr/bin/zsh > # appnmail -ivvvv Program generated(1): Memory access exception on address > 0x2f (protection failure). > 0x36d45 in ?? () > (gdb) I can't help you with this either. Sorry. > here's the reply function "allmbox" : > > allmbox () > { > if [[ $mboxs = "" ]] > then > mboxs=(`find ~/Mailboxes/ -type d -name '*.mbox' -print`); Any reason for not using `~/Mailboxes/**/*.mbox(/)'? > fi > reply=$mboxs; > } This should be `reply=( $mboxs )'. > what am I doing wrong here? > > is it a buffer overflow maybe? > > # find ~/Mailboxes/ -type d -name '*.mbox' -print|wc > 177 177 11536 No. 177 matches is nothing. Bart Schaefer wrote: > This message looks very familiar, but I can't figure out how to search > for the similar one. Didn't someone else some months ago ask about a > compctl that had 'S[-]' just sort of floating out there like this? It's zsh-users:23(08|09|10) -- but without a SEGV. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de