This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Natanael Copa
Recipients Natanael Copa, r.david.murray
Date 2017-12-14.13:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513256990.86.0.213398074469.issue32307@psf.upfronthosting.co.za>
In-reply-to
Content
I ran a test of pthread_attr_getstacksize() on various systems. Here is what they return:

Linux/glibc:  8388608
MacOS:         524288
FreeBSD 11.1:       0  (ulimit -s gives 524288)
NetBSD 7.1:   4194304
OpenBSD 6.2:   524288

I could not see any #ifdef for __OpenBSD__ so I would expect to see segfaults on OpenBSD as well. Google gave me this:

https://bugs.python.org/issue25342
https://github.com/alonho/pytrace/issues/8
History
Date User Action Args
2017-12-14 13:09:50Natanael Copasetrecipients: + Natanael Copa, r.david.murray
2017-12-14 13:09:50Natanael Copasetmessageid: <1513256990.86.0.213398074469.issue32307@psf.upfronthosting.co.za>
2017-12-14 13:09:50Natanael Copalinkissue32307 messages
2017-12-14 13:09:50Natanael Copacreate