the 2 specific pieces of software where I am having trouble, for reference: - Biom - the host - Master_Utility - the component
I turned off all shared methods in Master_Utility. reopened Biom, the host that I am having problems with, and the stack overflow error STILL exists. I opened a new, empty, database as host to interpreted Master_Utility. This new database opens, and I verified that there are no shared methods. ------------ Going back to the troublesome host, Biom. I have started Biom any component, and it starts (of course errors related to missing component method calls). Typing the above gave me the idea to use a different interpreted component. - I replace Master_Utility with a different interpreted component, and restart Biom. Biom starts and runs - again of course there are missing component method call errors, but the system runs. This narrows down the problem to the interaction of the 2 specific pieces of software: - Biom - the host - Master_Utility - the component any further Ideas?? Thanks again Chip On Wed, 2 Oct 2019 14:36:05 +0000, Keisuke Miyako via 4D_Tech wrote: > I don't think the events are relevant in this instance. > > what if you create a copy of the component and make all methods > private (don't share with host) ? > > would you still get the error? > > if the error stops, you know that a shared method is being invoked. > > in that case, you can add a trace at the top of every public method. > > again, using a copy, just to investigate what's going on. > >> I can not figure out what is running, and whatever is running, I >> can't interrupt (debugger) > > > > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > Archive: http://lists.4d.com/archives.html > Options: https://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) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

