Message248909
A few questions for Russell:
>What hardware architecture are you compiling for? If it's ARM64, and you're not using a trunk version of libffi, that segfault in test_ctypes is to be expected.
Does this mean I can safely ignore the segfault?
>Are you using the libffi sources vendored into the Python source tree, or a more recent version?
By 'vendored in' do you mean 'sources included in python source tree for building?'
>I can verify that libffi v3.2 works on ARMv7 (on iOS, anyway), and there's been plenty of changes to the ARM source tree since the Python version was vendored in.
Would your recommend downloading and building libffi from sources (on device) and then building python?
I'm asking the above questions because I've hit a fairly significant roadblock; I'm still getting the segfault when test_ctypes is run and I can't seem to get anything useful out of gdb. |
|
Date |
User |
Action |
Args |
2015-08-20 18:09:24 | chaselton | set | recipients:
+ chaselton, r.david.murray, freakboy3742, ethan.furman, refi64, mpaolini, tritium |
2015-08-20 18:09:24 | chaselton | set | messageid: <1440094164.56.0.137774445122.issue23496@psf.upfronthosting.co.za> |
2015-08-20 18:09:24 | chaselton | link | issue23496 messages |
2015-08-20 18:09:23 | chaselton | create | |
|