[issue23496] Steps for Android Native Build of Python 3.4.2

Cyd Haselton report at bugs.python.org
Fri Apr 10 02:37:09 CEST 2015


Cyd Haselton added the comment:

FYI, Here's the addr2line output

LD_LIBRARY_PATH=/bld/python/cpython-master:/data/data/jackpal.androidterm/kbox2/lib ./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
        echo "generate-posix-vars failed" ; \
        rm -f ./pybuilddir.txt ; \
        exit 1 ; \
fi
Segmentation fault
generate-posix-vars failed
make: *** [pybuilddir.txt] Error 1
/bld/python/cpython-master $ addr2line -C -f -e /lib/libpython3.5m.so.1.0 0008f1a4   _PyMem_RawStrdup
/bld/python/cpython-master/Objects/obmalloc.c:358

----------

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


More information about the Python-bugs-list mailing list