[issue25276] Intermittent segfaults on PPC64 AIX 3.x

Stefan Krah report at bugs.python.org
Sat Oct 3 09:56:30 EDT 2015


Stefan Krah added the comment:

> It's possible that Python needs to be built with special options to allow additional malloc space (-bmaxdata:0xN0000000).

It seems to be the case, see Misc/README.AIX.  This could explain the
MemoryErrors, but not the segfaults.


Are computed-gotos stable on gcc-AIX?  The README recommends disabling
them for xlc.


I'm also not sure how well Python supports threads on AIX. Often
these problems go away on unsupported platforms when configuring
--without-threads.

----------

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


More information about the Python-bugs-list mailing list