Piotr, don't forget the possibility of indirect recursion too. Method_A call Method_B which calls Method_C which calls Method_A
On Mon, 11 Dec 2017 18:11:32 +0000, Timothy Penner via 4D_Tech wrote: > It could be recursion. The debug logs should help you determine > exactly what is being called. > > If method1 calls method1 which calls method1 again (and again and > again and again), it would increase the stack level each time it > calls itself. > > -Tim > > > > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4d.com/archives.html > Options: http://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** --------------- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

