From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29105 invoked by alias); 12 Aug 2010 15:50:31 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28153 Received: (qmail 28103 invoked from network); 12 Aug 2010 15:50:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: zsh-workers@zsh.org Subject: Re: segfault on menu-select In-Reply-To: <20100812152044.GJ28144@ph> (Philipp Hartwig's message of "Thu, 12 Aug 2010 17:20:44 +0200") References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@ft.bewatermyfriend.org> <20100812152044.GJ28144@ph> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Date: Thu, 12 Aug 2010 17:49:23 +0200 Message-ID: <87wrrv4yrg.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: 430444 Philipp Hartwig wrote: > The error occurs with menu-select, not menu-complete. I can reproduce it Oops, sorry. > with the following .zshrc: > > autoload -Uz compinit > compinit > zmodload -i zsh/complist > bindkey '^o' menu-select > > Strangely enough I can NOT reproduce it with > zsh -f > source .zshrc Still. Can you reproduce this with CVS HEAD? I cannot. Not with those lines as the only .zshrc and not with zsh -f and "source .zshrc". There may be something in the global config files on your system, that play a role... But then, if the issue is already fixed in CVS, then we're wasting time here. :) If it's reproducible with CVS HEAD, it would be good to create a debug build and fetch a back trace from the core file. Regards, Frank