From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27790 invoked from network); 22 May 2001 02:32:21 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 May 2001 02:32:21 -0000 Received: (qmail 25446 invoked by alias); 22 May 2001 02:32:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14428 Received: (qmail 25422 invoked from network); 22 May 2001 02:32:09 -0000 From: "Bart Schaefer" Message-Id: <1010522023124.ZM11402@candle.brasslantern.com> Date: Tue, 22 May 2001 02:31:24 +0000 In-Reply-To: <20010521185327.A22122@flora01.SLAC.Stanford.EDU> Comments: In reply to nce@SLAC.Stanford.EDU "Re: vi editting troubles" (May 21, 6:53pm) References: <20010521121334.A24931@flora01.SLAC.Stanford.EDU> <010521132805.ZM11030@candle.brasslantern.com> <20010521185327.A22122@flora01.SLAC.Stanford.EDU> X-Mailer: Z-Mail (5.0.0 30July97) To: paulda@alumni.uwo.ca Subject: Re: vi editting troubles Cc: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 21, 6:53pm, nce@SLAC.Stanford.EDU wrote: } Subject: Re: vi editting troubles } } > Does a command such as `echo =(echo foo)' work? That should use the same } > temp file mechanism as fc. } } % echo =(echo foo) } Segmentation fault (core dumped) Looks like you've got some sort of serious memory allocation problem going on -- probably some kind of word-alignment issue -- with the heap allocation code. You're going to have to give us details of your OS and build environment. Did you configure with --enable-zsh-mem? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net