13.02.2016, 13:16
Quote:
Run the profiler plugin by JernejL - That will be able to help identify what's causing the recursive calls.
You can also add checks to stop the loop if the interations exceed X value. |
And if it were recursive calls, he would get a stack overflow very quickly. An infinite loop is not related to recursion.