[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can anyone help me in solving the problem of recursion error
From: |
Andreas Weber |
Subject: |
Re: can anyone help me in solving the problem of recursion error |
Date: |
Wed, 23 Apr 2014 14:51:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
Am 23.04.2014 12:15, schrieb address@hidden:
> i am getting the problem of recursion error. saying that the limit has been
> exceeded since a function is called more than the required number of times.
> so please help me in solving this problem.
Please don't hijack threads, start a new thread for every new question
instead.
And please read this:
https://secure.phabricator.com/book/phabflavor/article
/please_please_please/
I never saw a message saying "a function is called more than the
required number of times" nor do can I find it in the source.
If you are asking for "max_recursion_depth", see the help message:
...Query or set the internal limit on the number of times a function
may be called recursively. If the limit is exceeded, an error
message is printed and control returns to the top level....
-- Andy