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

2013-12-10 Thread dellair jie

dellair jie added the comment:

Folks,

I am closing this bug as it seems to be fixed with a with a redownload of 
original package.

Thanks for sharing the ideas.

Br,
Li

--
resolution:  - fixed
status: open - closed

___
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



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

2013-11-27 Thread dellair jie

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 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



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

2013-11-24 Thread dellair jie

dellair jie added the comment:

It would be appreciated if someone could shed some lights on how to rebuild a 
single module (ssl) from source code package and import it to python. 

Thanks in advance!

--

___
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



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

2013-11-22 Thread dellair jie

dellair jie added the comment:

Folks,

Is there a patch to apply on this, I tried to search online, found one similar 
post but was solved until the poster switched to another version of xlc. Do we 
need to use another compiler(I will have to build though)?

Please don't hesitate to contact me if further information is needed for 
analysis.

Thanks,

--

___
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



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

2013-11-21 Thread dellair jie

dellair jie added the comment:

Still seeing the same error without optimization, the build log from HPUX 
11.31IA is also attached for reference (maybe irrelevance though ^^):

AIX 6.1:
cc -qlanglvl=extc89 -O0 -IInclude -I. -I/usr/local/include -c 
/aix/Modules/_ssl.c -o build/temp.aix-6.1-3.3-pydebug/aix/Modules/_ssl.o
/aix/Modules/_ssl.c, line 262.17: 1506-196 (W) Initialization between types 
void* and struct _object*(*)(struct {...}*) is not allowed.
/aix/Modules/ld_so_aix cc -qlanglvl=extc89 -bI:/aix/Modules/python.exp 
build/temp.aix-6.1-3.3-pydebug/aix/Modules/_ssl.o -L/usr/local/lib -lssl 
-lcrypto -o build/lib.aix-6.1-3.3-pydebug/_ssl.so
ld: 0711-224 WARNING: Duplicate symbol: .bcopy
ld: 0711-224 WARNING: Duplicate symbol: .memcpy
ld: 0711-224 WARNING: Duplicate symbol: .memmove
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
*** WARNING: importing extension _ssl failed with 
build/lib.aix-6.1-3.3-pydebug/_ssl.so: class 'RuntimeError': invalid slot 
offset: traceback object at 0x30366038

HPUX11.31:
building '_ssl' extension
cc +z -O0 -IInclude -I. -I/hpux/Include -I/hpux -c /hpux/Modules/_ssl.c -o 
build/temp.hp-ux-B.11.31-ia64-3.3-pydebug/hpux/Modules/_ssl.o
/hpux/Modules/_ssl.c, line 383: warning #4232-D:
  conversion from PyObject * to a more strictly aligned type
  PySocketSockObject * may cause misaligned access
= (PySocketSockObject *) PyWeakref_GetObject(obj-Socket);
  ^

/hpux/Modules/_ssl.c, line 499: warning #4232-D:
  conversion from PyObject * to a more strictly aligned type
  PySocketSockObject * may cause misaligned access
= (PySocketSockObject *) PyWeakref_GetObject(self-Socket);
  ^

/hpux/Modules/_ssl.c, line 1220: warning #2111-D:
  statement is unreachable
  if (!_PyIsSelectable_fd(s-sock_fd))
  ^

/hpux/Modules/_ssl.c, line 1253: warning #4232-D:
  conversion from PyObject * to a more strictly aligned type
  PySocketSockObject * may cause misaligned access
= (PySocketSockObject *) PyWeakref_GetObject(self-Socket);
  ^

/hpux/Modules/_ssl.c, line 1363: warning #4232-D:
  conversion from PyObject * to a more strictly aligned type
  PySocketSockObject * may cause misaligned access
= (PySocketSockObject *) PyWeakref_GetObject(self-Socket);
  ^

/hpux/Modules/_ssl.c, line 1484: warning #4232-D:
  conversion from PyObject * to a more strictly aligned type
  PySocketSockObject * may cause misaligned access
= (PySocketSockObject *) PyWeakref_GetObject(self-Socket);
  ^

ld -b build/temp.hp-ux-B.11.31-ia64-3.3-pydebug/hpux/Modules/_ssl.o 
-L/usr/local/lib -lssl -lcrypto -o 
build/lib.hp-ux-B.11.31-ia64-3.3-pydebug/_ssl.so
*** WARNING: importing extension _ssl failed with class 'RuntimeError': 
invalid slot offset

Please let me know if further information is required.

Br,

--

___
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



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

2013-11-20 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
title: Python: RuntimeError: invalid slot offset when importing a module - 
AIX: Python: RuntimeError invalid slot offset when importing a module in _ssl 
module

___
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



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

2013-11-20 Thread David Edelsohn

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