From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27549 invoked from network); 14 Jun 1999 08:19:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Jun 1999 08:19:51 -0000 Received: (qmail 1055 invoked by alias); 14 Jun 1999 08:18:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6612 Received: (qmail 1047 invoked from network); 14 Jun 1999 08:18:31 -0000 Message-Id: <9906140749.AA31296@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk Subject: Re: BUG: 3.1.5-pws-21: lfs In-Reply-To: "Geoff Wing"'s message of "14 Jun 1999 08:08:42 NFT." Date: Mon, 14 Jun 1999 09:49:47 +0200 From: Peter Stephenson Geoff Wing wrote: > Geoff Wing typed: > :Heyla, with > :% ./configure --enable-zsh-debug --enable-zsh-mem --enable-zsh-mem-debug \ > :--enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug \ > :--enable-lfs --enable-dynamic > : > :I get a near continuous spew out of: > : BUG: attempt to free storage at invalid address > > Occurs due to malloc() not aligning on M_ALIGN. Any chance you could find out where in zsh's malloc() this is happening? It's probably something like one of the structs m_hdr, m_shdr or heap not having a size divisible by 8. I altered definitions of structures and sizes to get this to work on one system (IRIX 6.2 with gcc), so there is some compiler/system dependency here. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy