Hi y'all, I am getting an error when terminating my process and it loops infinitely stacking this error recursively.
This is called from Context>>#runUntilErrorOrReturnFrom: aSender after this method has tried to get the topContext. Somehow topContext is nil, and I am guessing that returns from one of the context pops, in the following code from #runUntilErrorOrReturnFrom:.
Have I setup the process incorrectly to receive this error or is
something else the issue? Appreciated. Kindly, |
To give you more context, I am looking into gaurding the Vat's eventualProcess to restart when curtailed. This method is the main processing event loop. Below that is the #restartEventLoop method.
The termination is where the #stepToCallee error occurs. K, r On 7/25/20 8:13 AM, Robert Withers
wrote:
|
Hi Robert,
without knowing details about your error, can you eliminate the infinite loop by applying any of the proposed solutions from http://forum.world.st/I-broke-the-debugger-td5110752.html#a5110814?
Von: Squeak-dev <[hidden email]> im Auftrag von Robert Withers via Squeak-dev <[hidden email]>
Gesendet: Samstag, 25. Juli 2020 14:22:47 An: Squeak-dev Betreff: Re: [squeak-dev] error on process termination To give you more context, I am looking into gaurding the Vat's eventualProcess to restart when curtailed. This method is the main processing event loop. Below that is the #restartEventLoop method.
The termination is where the #stepToCallee error occurs. K, r On 7/25/20 8:13 AM, Robert Withers wrote:
Carpe Squeak!
|
Free forum by Nabble | Edit this page |