From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28149 invoked by alias); 15 Aug 2010 22:35:14 -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: 28170 Received: (qmail 1087 invoked from network); 15 Aug 2010 22:35:12 -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: <100815153444.ZM21188@torch.brasslantern.com> Date: Sun, 15 Aug 2010 15:34:44 -0700 In-reply-to: <100815134326.ZM20936@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: segfault on menu-select" (Aug 15, 1:43pm) References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@ft.bewatermyfriend.org> <20100812152044.GJ28144@ph> <87wrrv4yrg.fsf@ft.bewatermyfriend.org> <20100812165307.GA24998@ph> <87r5i34v51.fsf@ft.bewatermyfriend.org> <20100812173356.GC24998@ph> <100812160702.ZM20648@torch.brasslantern.com> <20100813080811.GB495@ph> <100813085709.ZM22377@torch.brasslantern.com> <20100813214357.012f7f35@pws-pc> <100815134326.ZM20936@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers mailing list Subject: Re: segfault on menu-select MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Aug 15, 1:43pm, Bart Schaefer wrote: } } I agree there doesn't appear to be anything wrong with that patch, but it } also doesn't quite fix things. I no longer get a reproducible core dump, } but now menu-select is a silent no-op. (The minimal zshrc used so far is } still necessary to reproduce anything, as soon as I use my full startup I } get normal menu selection.) The difference seems to be whether the zsh/compctl module is loaded. I don't immediately know why zsh/compctl would be necessary for proper execution of menu-select, but if I add zmodload zsh/compctl to the minimal zshrc, I am no longer able to force a crash. I tried with zsh 4.3.9 as well, and I can crash it if compctl is not loaded, but not when compctl is loaded.