FreeBSD, Python and Zope

WP warrenpstma at _______.com.hotmail
Wed Feb 12 10:41:15 EST 2003


Andrey Chichak wrote:
> Hi!
>     Today I've found reaason of Zope crashing under FreeBSD.
> 
>     pthread_create with default pthread_attr allocates stack only 64K, it's too small.
>     after recompiling libc_r with larger default stack size all is working good.
> 
>     may be it's possible add parameter for python "stack size for threading" ?

Couldn't some auto-growing-stack be implemented?

Warren





More information about the Python-list mailing list