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 bkabrda
Recipients bkabrda, vstinner
Date 2014-04-02.10:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396433651.13.0.285644235146.issue21131@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also surprised that this depends on kernel version, however that's what I found out (and the opensuse guys seem to only have reproduced this on kernel >= 3.10, too).

- Full kernel version (uname -r output): 3.13.0-0.rc7.28.sa2.aarch64
- The reproducer *doesn't* crash with chain=False.
- HAVE_SIGACTION:
>>> import sysconfig; print(sysconfig.get_config_var('HAVE_SIGACTION'))
1
- I'll do rebuild with "#undef HAVE_SIGACTION" and post my results here as soon as it's finished.
History
Date User Action Args
2014-04-02 10:14:11bkabrdasetrecipients: + bkabrda, vstinner
2014-04-02 10:14:11bkabrdasetmessageid: <1396433651.13.0.285644235146.issue21131@psf.upfronthosting.co.za>
2014-04-02 10:14:11bkabrdalinkissue21131 messages
2014-04-02 10:14:10bkabrdacreate