Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Crash when completion script call itself.



On Fri, Sep 29, 2017 at 11:45 PM, Peter Stephenson <p.stephenson@xxxxxxxxxxx
> wrote:
>
> ...come to think of it, slightly more helpfully, you can at least see
> how far it gets on your system...
>
> i=0; fn() { print $(( ++i )); fn; }; fn
>

767 and then crash. Maybe setting it to 500 would be enough? I think I
remember that Python limit is 500 too.

I have OSX Sierra 10.12.6 up to date. Zsh is the one installed by homebrew
with no customization.

-Nico


Messages sorted by: Reverse Date, Date, Thread, Author