[issue5014] Kernel Protection Failure

2009-01-20 Thread pb
pb peterbra...@peterbraden.co.uk 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

[issue5014] Kernel Protection Failure

2009-01-20 Thread pb
pb peterbra...@peterbraden.co.uk 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