01.02.2016, 09:19
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.
You can also add checks to stop the loop if the interations exceed X value.