Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BUG: 3.1.5-pws-21: lfs
- X-seq: zsh-workers 6611
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: BUG: 3.1.5-pws-21: lfs
- Date: 14 Jun 1999 08:08:42 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <slrn7m73a2.fkh.mason@xxxxxxxxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Geoff Wing <mason@xxxxxxxxxxxxxxx> 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. malloc(3) on my system
says:
"The allocated space is suitably aligned (after possible pointer coercion)
for storage of any type of object."
It aligns on 32 bits not 64 bits (M_ALIGN size).
Regards,
--
Geoff Wing : <gcw@xxxxxxxxx> Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@xxxxxxxx> Ego URL : http://pobox.com/~gcw/
Zsh Stuff : <gcw@xxxxxxx> Phone : (Australia) 0413 431 874
Messages sorted by:
Reverse Date,
Date,
Thread,
Author