pb added the comment:
I believe it was an infinite recursion, so the stack limit would never
be big enough, however a recursion limit exceeded exception does sound
like the correct response. The code was running in mod_python, so I'm
not sure how apache deals with stack overflows.
T
pb added the comment:
Thanks for the feedback - looking again at the code it does seem like
a recursive function may be stack overflowing.
I've managed to resolve the issue by rewriting some code, and suspect
I was probably at fault. Thanks again, and please mark the bug as
inval