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 schwab
Recipients schwab, vstinner
Date 2014-09-28.11:43:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411904602.57.0.855004035244.issue22503@psf.upfronthosting.co.za>
In-reply-to
Content
There is an open bug about MINSIGSTKSZ being too small on aarch64 <https://sourceware.org/bugzilla/show_bug.cgi?id=16850>.
How much SIGSTKSZ can guarantee about nested signals is unclear.  POSIX does not appear give any guidance.  On aarch64 SIGSTKSZ is defined to 8192, which is the default for architectures not overriding it (both in glibc and the kernel headers).
History
Date User Action Args
2014-09-28 11:43:22schwabsetrecipients: + schwab, vstinner
2014-09-28 11:43:22schwabsetmessageid: <1411904602.57.0.855004035244.issue22503@psf.upfronthosting.co.za>
2014-09-28 11:43:22schwablinkissue22503 messages
2014-09-28 11:43:22schwabcreate