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 vstinner
Recipients oleksandr-pavlyk, vstinner
Date 2022-03-12.00:47:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647046057.6.0.221656215829.issue46968@roundup.psfhosted.org>
In-reply-to
Content
On my x86-64 Fedora 35 with the CPU "Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz", I get:

* SIGSTKSZ = 8192
* getauxval(AT_MINSIGSTKSZ) = 2032
* faulthandler stack.ss_size = 10224
* os.sysconf('SC_MINSIGSTKSZ') = 2032

In C, sysconf(_SC_MINSIGSTKSZ) is similar to getauxval(AT_MINSIGSTKSZ), but the glibc sysconf(_SC_MINSIGSTKSZ) is more generic, whereas IMO getauxval(AT_MINSIGSTKSZ) is more the low-level Linux API.
History
Date User Action Args
2022-03-12 00:47:37vstinnersetrecipients: + vstinner, oleksandr-pavlyk
2022-03-12 00:47:37vstinnersetmessageid: <1647046057.6.0.221656215829.issue46968@roundup.psfhosted.org>
2022-03-12 00:47:37vstinnerlinkissue46968 messages
2022-03-12 00:47:37vstinnercreate