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

Re: zsh 4.3.4 released



On 19/04/07, Peter Stephenson <pws@xxxxxxx> wrote:
Peter Stephenson <pws@xxxxxxx> wrote:
> I've uploaded version 4.3.3 of zsh to ftp.zsh.org.

I've uploaded 4.3.4 with fixes for the problems noted in 4.3.3 (thanks for
the responses).

I found a weird problem yesterday, if i type 'which svmode' after
sourcing [1] (from zsh -f), zsh allocates all free memory then ooms.
(so set ulimit -v 50000 or so before trying). The strange thing is it
works fine if i cat the file and paste it in the terminal.

I tried reproducing it with a smaller file with dummy functions but
that didn't crash. I don't have debug symbols in right now but here's
a hopefully partly useful backtrace,
(gdb) bt
#0  0x080d9d20 in taddnl ()
#1  0x080dbda0 in gettext2 ()
#2  0x080dcba9 in getpermtext ()
#3  0x0807f7b8 in printshfuncnode ()
#4  0x0805c2ec in bin_whence ()
#5  0x0805335e in execbuiltin ()
#6  0x080724b4 in execcmd ()
#7  0x08072715 in execpline2 ()
#8  0x08072cd3 in execpline ()
#9  0x08074705 in execlist ()
#10 0x080748ea in execode ()
#11 0x0808901d in loop ()
#12 0x0808be98 in zsh_main ()
#13 0x08052d0e in main ()


[1] http://mikachu.ath.cx/slask/dot-zshurxvt
--
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author