From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3809 invoked from network); 6 Oct 2004 02:16:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Oct 2004 02:16:27 -0000 Received: (qmail 78001 invoked from network); 6 Oct 2004 02:16:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Oct 2004 02:16:21 -0000 Received: (qmail 740 invoked by alias); 6 Oct 2004 02:16:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20458 Received: (qmail 14756 invoked from network); 1 Oct 2004 15:29:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Oct 2004 15:29:35 -0000 Received: (qmail 87971 invoked from network); 1 Oct 2004 15:29:35 -0000 Received: from lorien.emufarm.org (HELO lorien.comfychair.org) (64.81.48.166) by a.mx.sunsite.dk with SMTP; 1 Oct 2004 15:29:33 -0000 Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.12.7/8.12.7) with ESMTP id i91FTQqo023547; Fri, 1 Oct 2004 08:29:26 -0700 Received: (from duvall@localhost) by lorien.comfychair.org (8.12.7/8.12.7/Submit) id i91FTOIk023543; Fri, 1 Oct 2004 08:29:24 -0700 Date: Fri, 1 Oct 2004 08:29:22 -0700 From: Danek Duvall To: Stephane Chazelas Cc: Zsh hackers list Subject: Re: [bug] type -m '^foo' Message-ID: <20041001152922.GA18073@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Stephane Chazelas , Zsh hackers list References: <20041001145038.GB1772@frhdtmp102861.morse.corp.wan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041001145038.GB1772@frhdtmp102861.morse.corp.wan> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-1.4 required=6.0 tests=BAYES_20 autolearn=no version=2.63 X-Spam-Hits: -1.4 On Fri, Oct 01, 2004 at 03:50:47PM +0100, Stephane Chazelas wrote: > With latest CVS version as well as 4.2.0 > > $ type -m '(^a)' > > segfaults. FWIW, it works just fine on Solaris SPARC and x86, both 4.2.0 and 4.2.1 + patches. It does crash on Linux, 4.0.6 and 4.2.0. Danek