<html><head></head><body>
    <p>Hi y'all,</p>
    <p>I am getting an error when terminating my process and it loops
      infinitely stacking this error recursively.</p>
    <blockquote>
      <p>nil doesNotUnderstand: stepToCallee<br/>
      </p>
    </blockquote>
    <p>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:. </p>
    <blockquote>
      <p>    "Control resumes here once above ensure block or exception
        handler is executed"<br/>
            ^ error ifNil: [<br/>
                "No error was raised, remove ensure context by stepping
        until popped"<br/>
                [ctxt isDead] whileFalse: [topContext := topContext
        stepToCallee].<br/>
                {topContext. nil}<br/>
        <br/>
      </p>
    </blockquote>
    <p>Have I setup the process incorrectly to receive this error or is
      something else the issue?<br/>
    </p>
    <p>Appreciated.</p>
    <p>Kindly,<br/>
      rabbit<br/>
    </p>
  

</body></html>