From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4784 invoked by alias); 24 Aug 2010 15:16:29 -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: 28199 Received: (qmail 16738 invoked from network); 24 Aug 2010 15:16:27 -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 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <100824081606.ZM28228@torch.brasslantern.com> Date: Tue, 24 Aug 2010 08:16:06 -0700 In-reply-to: Comments: In reply to Mikael Magnusson "Crash in reverse-menu-complete with menu-selection" (Aug 24, 3:48pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: Crash in reverse-menu-complete with menu-selection MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Aug 24, 3:48pm, Mikael Magnusson wrote: } Subject: Crash in reverse-menu-complete with menu-selection } } % zsh -f } % autoload compinit } % compinit -D } % zmodload zsh/complist } % bindkey '^F' menu-select } % bindkey '^B' reverse-menu-complete } % ls } } Reproduced on 4.3.2 (32bit), 4.3.6 and current cvs. I can't reproduce, but when I hit that first ctrl-f I still get nothing, as reported in the earlier thread about menu-select crashing. I suspect this is still the same menu-select bug, just leaving some corrupted memory as a land mine for reverse-menu-complete to step on. If you add before bindkey zmodload zsh/compctl does the crash go away?