Versions
- Python:3.7
- OS:
- Kivy:
- Cython:
Core dump on loading python3.7 when using futures in requirements
I was in the process of moving my app from a old py2 build to the python3 one in p4a master when the app would simply crash with a core dump on android.
buildozer.spec
Just add futures as a requirement with python3
Command: buildozer android debug deploy run logcat
Logs
http://paste.opensuse.org/view//88462490
on some successive failures I used the get the following line at the end of the crash dump
#01 pc 001c8db8 /data/app/org.pydatadelhi.conf2019-3LJ2kxGuga_dks0fo6JWGw==/lib/arm/libpython3.7m.so (offset 0x84000)
07-24 16:10:15.017 13895 13916 E LB : fail to open file: No such file or directory
Futures is of-course a lib that is in standard library. Main issue is not with future itself but with the fact that we for what ever reason, don't give a informative output, there is just a core dump.
Versions
Core dump on loading python3.7 when using futures in requirements
I was in the process of moving my app from a old py2 build to the python3 one in p4a master when the app would simply crash with a core dump on android.
buildozer.spec
Just add
futuresas a requirement withpython3Command: buildozer android debug deploy run logcat
Logs
http://paste.opensuse.org/view//88462490
on some successive failures I used the get the following line at the end of the crash dump
Futures is of-course a lib that is in standard library. Main issue is not with future itself but with the fact that we for what ever reason, don't give a informative output, there is just a core dump.