problem using ctypes with MMX intrinsics

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Wed Oct 15 02:38:25 EDT 2008


In message <mailman.2480.1224032524.3487.python-list at python.org>, dcharno
wrote:

> I can load the library and access functions inside it, but
> I getting a seg fault when I hit one of the intrinsics.

I assume that SIGSEGV indicates some (mis)alignment issue. If the
instructions were not valid, you'd get SIGILL instead.



More information about the Python-list mailing list