From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24360 invoked from network); 13 Dec 2000 15:41:32 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Dec 2000 15:41:32 -0000 Received: (qmail 103 invoked by alias); 13 Dec 2000 15:41:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13259 Received: (qmail 96 invoked from network); 13 Dec 2000 15:41:24 -0000 From: "Bart Schaefer" Message-Id: <1001213153858.ZM11850@candle.brasslantern.com> Date: Wed, 13 Dec 2000 15:38:58 +0000 In-Reply-To: <20001213161430.A18626@leeor.math.technion.ac.il> Comments: In reply to "Nadav Har'El" "Bug in zsh 3.0.8" (Dec 13, 4:14pm) References: <20001213161430.A18626@leeor.math.technion.ac.il> X-Mailer: Z-Mail (5.0.0 30July97) To: "Nadav Har'El" , zsh-workers@sunsite.auc.dk Subject: Re: Bug in zsh 3.0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 13, 4:14pm, Nadav Har'El wrote: } } /home/nyh$ cat /tmp/z.z } echo $ZSH_VERSION } let 'a[3]=2' } let 'a[3]=2' } /home/nyh$ zsh /tmp/z.z } 3.0.8 } zsh: segmentation fault zsh /tmp/z.z I can't reproduce the crash here. Further, a[3] gets set to 2 for me. Does it happen to you with "zsh -f /tmp/z.z"? If not, we need to know what your startup files are changing. Can you generate a stack trace, e.g. with gdb or dbx, and send it to us? -- 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