[issue25276] Intermittent segfaults on PPC64 AIX 3.x

David Edelsohn report at bugs.python.org
Sat Oct 3 10:06:53 EDT 2015


David Edelsohn added the comment:

Misc/README.AIX comments about XLC do not apply to GCC.

One can adjust the memory space at normal link time with -Wl,-bmaxdata:0xN0000000. This trades off heap for shared memory segments. One does not need the extra ldedit stop, which stuffs the same value into the application header.

----------

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


More information about the Python-bugs-list mailing list