[issue21131] test_faulthandler.test_register_chain fails on 64bit ppc/arm with kernel >= 3.10

Bohuslav "Slavek" Kabrda report at bugs.python.org
Wed Apr 2 12:14:11 CEST 2014


Bohuslav "Slavek" Kabrda added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21131>
_______________________________________


More information about the Python-bugs-list mailing list