[Zope] Zope crashes after startup

Dieter Maurer dieter@handshake.de
Thu, 24 Apr 2003 21:44:18 +0200


Wayne Connolly wrote at 2003-4-23 16:28 -0700:
 > I just installed a fresh freebsd 5.0. I then put
 > apache2 and zope2.6.0 onto it from src. 
 > 
 > My problem is that when zope starts, without
 > errors(except usual python 2.2.2 untested errors), the
 > process appears in the ps x list then drops out after
 > about 10 seconds.

A well known BSD problem:

  The C runtime stack is too small for the Python threads.

Search the mailing list archives for a receipe (patch)
to increase the stack size.


Dieter