29 Feb
2004
29 Feb
'04
6:51 p.m.
Murray Pearson wrote at 2004-2-29 09:35 -0700:
I have a Zope instance running on my OpenBSD machine (Zope 2.6.1 (OpenBSD package zope-2.6.1) , python 2.1.3, openbsd3) and it has been spontaneously quitting on an irregular but fairly frequent basis -- usually a couple of times per week.
Do you have a Python with increased C runtime stack size? A too small stack size for Python threads is a standard problem on BSD systems. The processes die with a SIGSEGV (activate Zope logging!) when the stack overflows. -- Dieter