Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh segfaults with lots of data in one variable
- X-seq: zsh-workers 26688
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: zsh segfaults with lots of data in one variable
- Date: Wed, 4 Mar 2009 16:09:29 +0100
- Cc: zsh workers <zsh-workers@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0S6bpCVWT2XymA1lF3ZnYrhFV5J9tkMp6aiAPcrSC5k=; b=Vl9/ZmSCieptGSkIy9i4GXLSKGviSMc2W3L/2WsvoM6OcYjGrtH/xogTsyJAe1V2zx CA6ZyTINDtiYeh6GKQ0lOcrqMUgoOiHyMvdo0kvfJ9GBDtV4An8NJoNIm3Nl/pCh/YF+ sWXbIOS4Wh5t/fYGUOLI2FpjlT/p4xAZuA0Q4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qpu38KgHScn30XfH8Y1rWOhEHIRUiKdqx7R64U0NT8GYz/EqhAN3p9yf/XYmI47O3S efzftPvp+OInCputFAsjAG5NpsaE4lVQKWqw16oOYJHnc3RLhUPzNPZpY1X77p1LFXJV WaoBdifo1RJ93RUru1AtKTTU1dOuHOoAT521E=
- In-reply-to: <20090303220347.36279ac1@pws-pc>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090303210729.GU4167@xxxxxxxxxxxxxxx> <20090303220347.36279ac1@pws-pc>
On Tue, Mar 3, 2009 at 23:03, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> However, in our case it's easy to fix just using ordindary malloc memory
> for saving $_. ÂIt would be much more efficient to mark underscore as
> "push old value to stack on write", or something similar, but if I try
> that at ten o'clock in the evening I'll get it wrong.
Do you want to revisit this at a later time? If yes, I will mark this as bug
and put it into SF's bug tracker after some time (usually you are simply too
fast for me to actually put anything in there ;)
RIchard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author