This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64
Date 2015-04-10.00:37:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428626229.13.0.017631296472.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-04-10 00:37:09chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-10 00:37:09chaseltonsetmessageid: <1428626229.13.0.017631296472.issue23496@psf.upfronthosting.co.za>
2015-04-10 00:37:09chaseltonlinkissue23496 messages
2015-04-10 00:37:07chaseltoncreate