[Zope] stack overflow error

Dieter Maurer dieter@handshake.de
Wed, 9 Jan 2002 21:43:22 +0100


Christoph Wierling writes:
 > I'm running Zope 2.4.1 under OSF1V4 on a Digital alpha with python 2.1.
 > Some products are crashing the Zope-server, eg. the
 > DocumentLibrary-product by clicking on the view-tab of this product.
 > If I do the same on a linux-box it works fine.
 > 
 > The Zope server is crashing with the following message:
 > Stack overflow: pid 24662, proc python2.1, addr 0x141477fd8, pc 0x12003a288
A similar problem has recently been reported for FreeBSD/OpenBSD.
The guys solved the problem by creating threads with an explicit
stack of considerably larger size than the default.

Search the mailing list archives of "zope" and "zope-dev" for details.


Dieter