[issue19661] AIX: Python: RuntimeError "invalid slot offset when importing a module" in _ssl module

David Edelsohn report at bugs.python.org
Thu Nov 21 03:43:46 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19661>
_______________________________________


More information about the Python-bugs-list mailing list