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

dellair jie report at bugs.python.org
Wed Nov 27 20:08:27 CET 2013


dellair jie added the comment:

I have rebuilt Python 3.3.2 with GCC 4.4.0 on AIX6.1.
There was no warning. But, still seeing the same import offset runtime error:

gcc -pthread -DNDEBUG -g -fwrapv -O0 -Wall -Wstrict-prototypes -IInclude -I. -Iopenssl/include -Iopenssl/include -IPython/Python-3.3.2-aix/Include -IPython/Python-3.3.2-aix -c Python/Python-3.3.2-aix/Modules/_ssl.c -o build/temp.aix-6.1-3.3Python/Python-3.3.2-aix/Modules/_ssl.o

Python/Python-3.3.2-aix/Modules/ld_so_aix gcc -pthread -bI:Python/Python-3.3.2-aix/Modules/python.exp build/temp.aix-6.1-3.3Python/Python-3.3.2-aix/Modules/_ssl.o -Lopenssl/lib -Lopenssl/lib -lssl -lcrypto -o build/lib.aix-6.1-3.3/_ssl.so

*** WARNING: importing extension "_ssl" failed with build/lib.aix-6.1-3.3/_ssl.so: <class 'RuntimeError'>: invalid slot offset: <traceback object at 0x30378788>

----------

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


More information about the Python-bugs-list mailing list