David Edelsohn added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19661>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to