FreeBSD, Python and Zope
Andrey Chichak
chch at kit.tomsk.ru
Wed Feb 12 09:44:17 EST 2003
More information about the Python-list mailing list
Wed Feb 12 09:44:17 EST 2003
- Previous message (by thread): PEP 308 - suggestion for generalising the ternary operator
- Next message (by thread): FreeBSD, Python and Zope
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): PEP 308 - suggestion for generalising the ternary operator
- Next message (by thread): FreeBSD, Python and Zope
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list