[issue5014] Kernel Protection Failure
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 invalid if nobody else has any problems. Peter Braden ___ Python tracker <http://bugs.python.org/issue5014> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5014] Kernel Protection Failure
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. Thanks for the help. Peter Braden ___ Python tracker <http://bugs.python.org/issue5014> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com