From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1666 invoked from network); 29 May 2008 16:18:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 May 2008 16:18:52 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 27352 invoked from network); 29 May 2008 16:18:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 May 2008 16:18:48 -0000 Received: (qmail 29175 invoked by alias); 29 May 2008 16:18:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25119 Received: (qmail 29161 invoked from network); 29 May 2008 16:18:44 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 May 2008 16:18:44 -0000 Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by bifrost.dotsrc.org (Postfix) with ESMTP id 255E38059114 for ; Thu, 29 May 2008 18:18:38 +0200 (CEST) Received: from torch.brasslantern.com ([71.121.11.8]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1N00F9F18K0GD0@vms173001.mailsrvcs.net> for zsh-workers@sunsite.dk; Thu, 29 May 2008 11:17:10 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m4TGH8jU013297 for ; Thu, 29 May 2008 09:17:08 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m4TGH7r5013296 for zsh-workers@sunsite.dk; Thu, 29 May 2008 09:17:07 -0700 Date: Thu, 29 May 2008 09:17:07 -0700 From: Bart Schaefer Subject: Re: segmentation fault in menu-select In-reply-to: To: zsh-workers@sunsite.dk Message-id: <080529091707.ZM13295@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <48299A33.9070002@sergio.spb.ru> Comments: In reply to "Jun T." "Re: segmentation fault in menu-select" (May 29, 7:44pm) X-Virus-Scanned: ClamAV 0.91.2/7285/Thu May 29 17:04:52 2008 on bifrost X-Virus-Status: Clean On May 29, 7:44pm, Jun T. wrote: } Subject: Re: segmentation fault in menu-select } } Has this post been answered in other place? } } At 5:40 PM +0400 08.5.13, sergio wrote: } >% cat .zshrc } >autoload -Uz compinit } >compinit } >zmodload zsh/complist } } You must "zmodload zsh/complist" before compinit. It still shouldn't cause a segmentation fault, though. What version number of zsh?