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 skrah
Recipients David.Edelsohn, skrah, vstinner
Date 2015-10-03.13:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443880590.86.0.885590107553.issue25276@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-10-03 13:56:30skrahsetrecipients: + skrah, vstinner, David.Edelsohn
2015-10-03 13:56:30skrahsetmessageid: <1443880590.86.0.885590107553.issue25276@psf.upfronthosting.co.za>
2015-10-03 13:56:30skrahlinkissue25276 messages
2015-10-03 13:56:30skrahcreate