Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Segfault in paramsubst() from completion (regression from 5.3.1)
- X-seq: zsh-workers 41614
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Segfault in paramsubst() from completion (regression from 5.3.1)
- Date: Mon, 28 Aug 2017 18:57:09 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1503943030; bh=+ZVgNpmwRJrPkDyBF3IvoyErJuhkPRAlgKU1alilI9E=; h=Date:From:To:Subject:In-Reply-To:References; b=wgNpcVo30B4tO4fLHbRYgNda/6D70p6lBFhLT8aC4xpLX+60KzEn5H4+vH3gqnY/j MTTXoKOdfJKmGNMtT5ptJvcFoc1Nn2yVSyYe8wO7Tso5c3Hyb//90AfT7t7AgZojBN bNx6tKB7w0zuv34YfAppadA6/aDJzxZsrzfJ8uOo5cf/Dn9gdw/y0UYZAoFGp8iRjo hWtnDIzqg7416lI5/WIjzwcMKvZScJMTZiFP1HBYE9VMla3jUM/g3N5sKytpFnTQQ9 8FpiVbPGadOnoEL4Fznb4BSPlRAmlMIqtsh/MKcClMvdqBmxyIaS56bPESnVTSerX4 gQle35rJ+of6Q==
- In-reply-to: <20170828005055.ije2rr4d7ovbmfr4@tarpaulin.shahaf.local2>
- 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: <20170828005055.ije2rr4d7ovbmfr4@tarpaulin.shahaf.local2>
On Mon, 28 Aug 2017 00:50:55 +0000
Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> In 5.3.1 (Debian package) I just get:
>
> _tags:comptags:36: nesting level too deep
> _tags:comptags:60: nesting level too deep
> _tags:comptags:67: nesting level too deep
That's the same problem. We have no control over whether the system has
enough resources that we hit an arbitrary recursion limit before
there's a crash.
See many, many discussions over the years, including one quite recently,
and another not so many months ago.
Calling _normal recursively is in some cases sensible, in particular
if you've pruned the command line since the first call
(c.f. _precommand), so trying to check for a real problem isn't that easy.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author