Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unbounded recursive call in a shell script crashes zsh
- X-seq: zsh-workers 40961
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Kamil Dudka <kdudka@xxxxxxxxxx>
- Subject: Re: unbounded recursive call in a shell script crashes zsh
- Date: Wed, 12 Apr 2017 15:11:05 -0700
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=1f21D4LY9ASSfiUUUI9J1HiYve1dCbXtTFDMP2SLRlc=; b=xa2F1bA69JCzf+xeOKQprOIcwEf/8qK+QpYcl+fh2SNxr+y5a/mdkUK44G0ybKG2o4 eEWEVT4rFXbrSGljzzvLYTmdxnrGRi5Y675CjOqunqzl0qdPkty9FmrOPBo/eubGVvSo RT2NA0Q4IOs0/EGcpJYBt54XT4LdSSNzsnkKl1ldjTcuLZ8v0OUudSKohTDDWGyjNlzp Nx2Bra91Bb5cWPvsACMstOKjqbtcOb634emw7rcdsGrX4pDXNzcBsafNLYS1Oe3psfUD GmV+lU2O1FEsEfQL1Z2vInDc+ZYhhm+gR8/wgEZztD55RnOMUExGNxwwcvqLxZCTVLwR 4spQ==
- In-reply-to: <2420758.31stuSQeAV@kdudka-nb>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <2960832.nVDpiBkaWZ@kdudka-nb> <1569411.Kln6y2GJnM@kdudka-nb> <170411191241.ZM5298@torch.brasslantern.com> <2420758.31stuSQeAV@kdudka-nb>
On Wed, Apr 12, 2017 at 12:30 AM, Kamil Dudka <kdudka@xxxxxxxxxx> wrote:
> On Tuesday, April 11, 2017 19:12:41 Bart Schaefer wrote:
>> In fact 4.3.11 running out of job table space means that it consumed
>> all malloc() memory before consuming all of the stack;
>
> I cannot confirm your hypothesis.
Sorry, I forgot about (and missed because I was scanning for diffs in
job handling and that part hasn't changed) MAX_MAXJOBS. Either way it
means 4.3.11 ran out of job table space and never had a chance to
exercise the function call recursion limit.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author