Message308294
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 |
|
Date |
User |
Action |
Args |
2017-12-14 13:09:50 | Natanael Copa | set | recipients:
+ Natanael Copa, r.david.murray |
2017-12-14 13:09:50 | Natanael Copa | set | messageid: <1513256990.86.0.213398074469.issue32307@psf.upfronthosting.co.za> |
2017-12-14 13:09:50 | Natanael Copa | link | issue32307 messages |
2017-12-14 13:09:50 | Natanael Copa | create | |
|