Re: Recursion too deep; the stack overflowed.
Posted by talios@gmail.com on Jan 18, 2005; 1:35am
URL: https://forum.world.st/Recursion-too-deep-the-stack-overflowed-tp3372728p3372752.html
Chris Uppal wrote:
>If that is the case, then the diagnostically interesting bit of the stack trace
>will be at the other end of the stack, where something has first gone wrong.
>Come to that, the stuff near the bottom of the stack, just before/as it enters
>the recursion, are usually most useful for /any/ recursion overflows.
>
>
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.
Sadly I'm asuming theres something in that <...more...> which would be
usefull.