From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11819 invoked by alias); 29 Sep 2017 17:49:02 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 41792 Received: (qmail 5146 invoked by uid 1010); 29 Sep 2017 17:49:02 -0000 X-Qmail-Scanner-Diagnostics: from mail-pg0-f42.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(74.125.83.42):SA:0(-1.9/5.0):. Processed in 2.902317 secs); 29 Sep 2017 17:49:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=jBVK9uOcRWP506Je+QIgCZmWXHec/l0kVg2eExljZoQ=; b=XYQ43NfwBQKvZBsKDNSX/i1b8v+4l48c4e6NRL+P4uwo2yiSjfB7Qkif32qbxUOM6H 6gWn498x302fws4PkkbCdTY4naISaRnrLKCgYjzkz723vn3U6bCqHcMwwz2Tlhipm5Yf CY2peN+k/iOJutT7sOXBdzbrnzaR3TFY7iyAXC52gaZph2Hg4KUP33EwGaO+apqDqEI0 RtU8KQ0TyvrCbfW/f1o1rLJQNoOA48V2HWSd7HDfxafaApKeWmKZppyl5j7zgGUJyAuX Mnx7dxW6evxEtCAYRpKKgk957xQB16fmCIj5mbum/Nczbcy3wpbx+BNB6p5zQKNn4gLm VPkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=jBVK9uOcRWP506Je+QIgCZmWXHec/l0kVg2eExljZoQ=; b=b2zvSWx4WUerYDP34vRyFjQwKOPAPh/r9LWc5F1Y0BP+JO1CPoFh1xUom/ZsIh0jtF vBT7xD+LyrShoNlByo5deCAbVW4+EPQbEh8ESpCc3ygrakXmPT12EmebOaycfpTFPLwk FFQTNq3cI90+vJNS2dj1bhSe9oYBD615/UGqlN/F7ZdvL1ZoMt7DJ+8pLHnAxL1GFrG0 RQa5o5q3W8DeBm4JV171XvuM4MAaP2gi5o5ATM7r6YcLXb2jRvTS3AQzYh91v4kVMlDa wE9WpZG7nyPoogKqAD5sciPgQgGNm/4Cg5AtLi/NPXjMC7Mexzwnnyp3xQhziwAl7nO7 rcTw== X-Gm-Message-State: AHPjjUiNvq75tqn9tQJDC4e5ELjB9niH8pUlb9LKiXnM/GUzfluSjITY rDeMoRHedgwSRFvz3aeMQszD5ZnX X-Google-Smtp-Source: AOwi7QBcxqCvg0gvPRTZztVbfiv1n0Ybfbm5lt4qkFoXASa9McSD0h+stfz9P7nVwEEK9DTqquDgJw== X-Received: by 10.84.233.204 with SMTP id m12mr7688331pln.305.1506707335984; Fri, 29 Sep 2017 10:48:55 -0700 (PDT) From: Bart Schaefer Message-Id: <170929104856.ZM14199@torch.brasslantern.com> Date: Fri, 29 Sep 2017 10:48:56 -0700 In-Reply-To: <20170929163627.567759ce@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Crash when completion script call itself." (Sep 29, 4:36pm) References: <20170929121008.3da15b34@pwslap01u.europe.root.pri> <4913136.yYypKkW7sH@kdudka-nb> <20170929151614.56fd9cff@pwslap01u.europe.root.pri> <20170929163627.567759ce@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "zsh-workers@zsh.org" Subject: Re: Crash when completion script call itself. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 29, 4:36pm, Peter Stephenson wrote: } Subject: Re: Crash when completion script call itself. } } On Fri, 29 Sep 2017 08:22:16 -0700 } Bart Schaefer wrote: } > So reducing this value might make it more likely } > that people will encounter the "depth exceeded" error. } } I think what's actually happened is we're saving and restoring rather } more stuff. These are not mutually exclusive conditions. Note that we already switched from stack to zsh-heap for VARARR() as the default, back in July 2014.