Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.3.4 released
- X-seq: zsh-users 11438
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: zsh 4.3.4 released
- Date: Fri, 20 Apr 2007 23:40:03 +0200
- Cc: "Zsh users list" <zsh-users@xxxxxxxxxx>
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nRxGB7bBiF/DAYlnfZJkL029iZD8u+KofhJaBzDRWwqPQ6SFnNW1oT7mi2VbAZYyU1SsfFQhcZ2FnbXIGiw2Z40NEHtQhjxAv8unrHkwMIrW//4kqr89KsAG7EM3BrMZdNtcfrhQs5v2hTHDtRZnOFPqx+LD7uJh7pQJQsehd6E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S6SMTzH9qy7ldw0et9SIA7bys3wnRjpmzVAdQXiZ8HdOKoz3Zt0ixiWUDNSpGMECUdT6+4kNYp8IR5ORLEdVTNkOkSuQt1fJaSH7o5dNf0WwizWfIh4EKqtv+dShz1GyHd95PzXVsNBCdLWa5rmKuqcZUlhNb5njn4jc10pyNu0=
- In-reply-to: <20070419120758.e9774528.pws@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200704161647.l3GGl2FE027950@xxxxxxxxxxxxxx> <20070419120758.e9774528.pws@xxxxxxx>
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