In message <[EMAIL PROTECTED]>, 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to