Re: WindowsError: stack overflow




<hardieca@xxxxxxxxxxx> wrote in message
news:1127834209.353672.316530@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I can get through about 1750 pages of 5000 before I get a WindowsError:
> stack overflow exception. Any ideas how I can keep the program chugging
> along?

A typical source of stack overflow is recursion. Without seeing the code
or actual stacktrace, I would guess that you are somehow using recursion
instead of iteration. Or perhaps you are analyzing big, deeply nested
pages.

Terry J. Reedy



.



Relevant Pages

  • Vista IE7 Recussion Error
    ... When you call this xml file in XP or FireFox using IE6 you get the ... template recursion. ... When you call this xml file in VISTA using IE7 on a linovo X60s Intel ... the stack overflow occurred starting again at Level 1076. ...
    (comp.text.xml)
  • [PATCH] limit recursion when flushing shost->starved_list
    ... Kernel stack overflow. ... CPU: 3 Not tainted ... Recursion depth for this panic was 19. ...
    (Linux-Kernel)
  • [Full-disclosure] Internet Explorer 7.0 mhtml stack overflow
    ... Recursion, stack overflow, exception on PUSH. ... Disclosure timeline ...
    (Full-Disclosure)
  • [Full-Disclosure] To anybody whos offended by my disclosure policy
    ... MSIE IFRAME bufferoverflow: ... MSIE nested array sortloop Stack overflow exception: ... My disclosure policy: ... PS. Recursive function call will cause stack overflow causing write exception in guard page on a push, no control over registers: ...
    (Full-Disclosure)
  • Re: Stack Overflow
    ... EW> The code almost completes when it throws a stack overflow exception. ... If I understand correctly data is stored in the buffer. ... Then data is piling up in the heap not in the stack... ...
    (microsoft.public.dotnet.general)