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 David.Edelsohn
Recipients David.Edelsohn, dellair.jie, vstinner
Date 2013-11-21.02:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385001826.37.0.781147272407.issue19661@psf.upfronthosting.co.za>
In-reply-to
Content
Can you try compiling the module using xlc_r without -O ? One possible guess is XLC optimizations can speculate through NULL pointers because AIX maps address 0 as valid in processes. I don't know why Python is finding an invalid value in the structure.
History
Date User Action Args
2013-11-21 02:43:46David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, dellair.jie
2013-11-21 02:43:46David.Edelsohnsetmessageid: <1385001826.37.0.781147272407.issue19661@psf.upfronthosting.co.za>
2013-11-21 02:43:46David.Edelsohnlinkissue19661 messages
2013-11-21 02:43:46David.Edelsohncreate