[issue11464] Call Mac API Crash via ctypes

Ned Deily report at bugs.python.org
Fri Mar 11 12:45:11 CET 2011


Ned Deily <nad at acm.org> added the comment:

On OS X 10.6, the code segment segfaults for me in 64-bit mode but not in 32-bit mode.  If you are using a 64-bit/32-bit Python 3.2, try running your failing code in 32-bit mode:

arch -i386 python3.2

The 3.1.3 Python is most likely a 32-bit-only executable.

----------
nosy: +ned.deily

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


More information about the Python-bugs-list mailing list