Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault on menu-select
- X-seq: zsh-workers 28163
- From: Philipp Hartwig <ph.hartwig@xxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: segfault on menu-select
- Date: Fri, 13 Aug 2010 10:08:11 +0200
- Cc: zsh-workers mailing list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=p9YA+jwzC3++u379/Xdl671w3aIhjQiwy4KJtiHXjas=; b=lSgbr7x1ehTV2mh+bg2as7982/JXG7Pnwl/hXM1Cauh3c9VkXOAs6+xN0o5SiHoF+g 2jigiFAi352OHbgay5qQRjBM7r95EGv9JuF8uNC/2zr3cOe2p/F8NaqS4v6bJ5bzgOph sqmHZvHE+khN+7WOo330wxxNckuaY66q3Dxps=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=tJDFBV2Bgil4uS1SLAhEBmQb+MVy5jWBDDQKLTy30r0BrwRvB4kKtPjUvT4mG1ldQh nCsqyW8TYXc2L7lhCD8kPM/A++GCgeF2GsEOH0m7PVl62swJzGfJUxJhoGm08vYtkems 0IH/+FBZ6amlw11FBGn0Zk1JQgKIlnGRsFYHk=
- In-reply-to: <100812160702.ZM20648@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20100812152044.GJ28144@ph> <87wrrv4yrg.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20100812165307.GA24998@ph> <87r5i34v51.fsf@xxxxxxxxxxxxxxxxxxxxxx> <20100812173356.GC24998@ph> <100812160702.ZM20648@xxxxxxxxxxxxxxxxxxxxxx>
> So I can force my shell through that same branch by hitting ^o in a
> directory containing exactly one file, but I still don't get a crash.
>
> What does "ls" show just before you begin completing?
It's independent of that, it also works in an empty directory as I've
just checked.
Note that in order to reproduce the issue it really seems to be
necessary to have the 4 lines
autoload -Uz compinit
compinit
zmodload -i zsh/complist
bindkey '^o' menu-select
in your .zshrc. Just typing them or sourcing a file containing them will
not lead to the crash in my case, even without the "-f" option. Instead
I get a browsable list of all the files in the directory as it is
supposed to be.
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author