Re: WindowsError: stack overflow
- From: "Terry Reedy" <tjreedy@xxxxxxxx>
- Date: Tue, 27 Sep 2005 14:52:22 -0400
<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
.
- References:
- WindowsError: stack overflow
- From: hardieca
- WindowsError: stack overflow
- Prev by Date: Re: Spoiler to Python Challenge (help!!!)
- Next by Date: zlib decode fails with -5
- Previous by thread: WindowsError: stack overflow
- Next by thread: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries
- Index(es):
Relevant Pages
|