5 Dec
2003
5 Dec
'03
8:47 p.m.
Michael Piotrowski wrote at 2003-12-4 21:57 +0100:
I've been trying to get Zope to run on a Sun Blade 100 running FreeBSD 5.1, but it segfaults and dumps core on startup regardless of the version of Python and Zope.
FreeBSD is known to have a too small C runtime stack allocated to threads. The "segfault" you observe is almost surely a stack overflow. There are patched around to work around this FreeBSD problem (search for them). -- Dieter