Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: BUG: 3.1.5-pws-21: lfs



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