[Zope] Zope-killer: zSQL method that crashes Zope

Chris Withers chrisw@nipltd.com
Thu, 20 Jul 2000 23:10:50 +0100


Shane Hathaway wrote:
> I have a strong suspicion that nearly all bugs like this are the result
> of a stack overflow.  It may be worth the effort to either:
> 
> (1) Create a modified Python that would catch stack overflows before
> they happen

Couldn't the code that catches infinite recursion be bent to do
something similar?

> (2) Get Zope running on microthreads/stackless Python (has anyone
> tried?) and gain a little more control over the stacks.

Way over my head ;-)

cheers,

Chris