Login  Register

Re: Recursion too deep; the stack overflowed.

Posted by Chris Uppal-3 on Jan 18, 2005; 1:10pm
URL: https://forum.world.st/Recursion-too-deep-the-stack-overflowed-tp3372728p3372755.html

Mark Derricutt wrote:

> That was my assumption, although theres nothing giving (at least me)
> anything of decent "aha" ness.  Alot of ISupportErrorInfo with a
> HRESULTError followed by "<...more...>" and the end of the dump.

I /think/ that you may be talking about an application based on the ActiveX
server kit ?  If so, then it looks as if the stack and walkback depths are
artificially limited to 60 and 50 respectively[*].  If I'm right then I suggest
changing/overriding AXDllSessionManager>>logError: to use a walkbackDepth:
of -1.

If that's not your situation, then I'm puzzled because I thought that was the
only context where Dolphin doesn't produce an unlimited walkback trace by
default.

    -- chris

([*] I can't imagine why)