Message 227756 - Python tracker (original) (raw)

Message227756

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:22 schwab set recipients: + schwab, vstinner
2014-09-28 11:43:22 schwab set messageid: 1411904602.57.0.855004035244.issue22503@psf.upfronthosting.co.za
2014-09-28 11:43:22 schwab link issue22503 messages
2014-09-28 11:43:22 schwab create