From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7078 invoked from network); 16 Mar 2004 15:08:02 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Mar 2004 15:08:02 -0000 Received: (qmail 17576 invoked by alias); 16 Mar 2004 15:07:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19630 Received: (qmail 17546 invoked from network); 16 Mar 2004 15:07:55 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 16 Mar 2004 15:07:55 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.254.112.45] by sunsite.dk (MessageWall 1.0.8) with SMTP; 16 Mar 2004 15:7:54 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 978AE7004A; Tue, 16 Mar 2004 10:07:53 -0500 (EST) Date: Tue, 16 Mar 2004 10:07:53 -0500 From: Clint Adams To: zsh-workers@sunsite.dk, Matthias Kopfermann Subject: Re: (Fwd) segfault with pcre_study alone Message-ID: <20040316150753.GA21121@scowler.net> References: <1040316145551.ZM8418@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040316145551.ZM8418@candle.brasslantern.com> User-Agent: Mutt/1.5.5.1+cvs20040105i > greetings from hamburg/germany. > i today when playing with pcre-module found out that pcre_study alone > leads to a segfault when invoked without using pcre_compile. The shell should return an error instead of segfaulting if pcre_study is called before pcre_compile. > seems to be at all versions i tried. for some strange reason debian does > no longer come with pcre-module so i compiled zsh myself and used > zsh-4.2-pre4 for it. That was a mistake. I'll attempt to fix both problems shortly.