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 oleksandr-pavlyk
Recipients oleksandr-pavlyk, vstinner
Date 2022-03-12.01:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647047423.64.0.444516180633.issue46968@roundup.psfhosted.org>
In-reply-to
Content
So where getauxval(AT_MINSIGSTKSZ) < SIGSTKSZ the merged changes actually resulted in decrease of the allocated signal deliver stack. 

On Sapphire Rapids due to tile registers size we have getauxval(AT_MINSIGSTKSZ) > SIGSTKSZ.

This is why the initial proposal was to use SIGSTKSZ + max(getauxval(AT_MINSIGSTKSZ), SIGSTKSZ).

I suppose, ultimately I am saying that we should check that bpo-21131 does not regress.
History
Date User Action Args
2022-03-12 01:10:23oleksandr-pavlyksetrecipients: + oleksandr-pavlyk, vstinner
2022-03-12 01:10:23oleksandr-pavlyksetmessageid: <1647047423.64.0.444516180633.issue46968@roundup.psfhosted.org>
2022-03-12 01:10:23oleksandr-pavlyklinkissue46968 messages
2022-03-12 01:10:23oleksandr-pavlykcreate