FreeBSD, Python and Zope

Andrey Chichak chch at kit.tomsk.ru
Wed Feb 12 09:44:17 EST 2003


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" ?

Andrey Chichak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20030212/e0fc71e1/attachment.html>


More information about the Python-list mailing list