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

Re: unbounded recursive call in a shell script crashes zsh



On Apr 18,  3:54pm, Kamil Dudka wrote:
}
} What helped significantly to make the default shell call nesting limit
} reachable  again was the -fconserve-stack option of GCC.

If you're going to change the configure-time options to make the stack
compact, you could also/instead change them to reduce the nesting limit.

I suppose it depends on whether your primary goal is to make the call
depth consistent, or is to avoid the shell crashing.



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