zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: completion killing zsh
Date: Mon, 6 Sep 1999 14:18:48 +0200 (MET DST)	[thread overview]
Message-ID: <199909061218.OAA02280@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: "Bart Schaefer"'s message of Sat, 4 Sep 1999 09:29:22 +0000


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


             reply	other threads:[~1999-09-06 12:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-06 12:18 Sven Wischnowsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-09-04  2:06 Timothy J Luoma
1999-09-04  9:29 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199909061218.OAA02280@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).