How To Build Python for use with Zope on FreeBSD |
Created by ensane . Last modified 2003-09-24 11:36:32. |
Steps to building python for use with Zope on FreeBSD to avoid segmentation faults. |
The default thread stack size for FreeBSD is too small; when building Python for use with Zope it is often necessary to increase the thread stack size to avoid segmentation faults. There are two ways which you can increase the default python thread stack size. Step 1:In your Python source directory:
Step 2:In your Python source directory:
Passing in the define or adding the define to your source solves all experiences I have experienced with Zope segfaulting while running on my FreeBSD platforms. |