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 nanjekyejoannah
Recipients nanjekyejoannah
Date 2019-12-14.06:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576305292.12.0.476771129808.issue39044@roundup.psfhosted.org>
In-reply-to
Content
I just pulled changes from upstream and when I build with:

./configure --with-pydebug && make -j

Am getting a Segmentation fault:

./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
 CC='gcc -pthread' LDSHARED='gcc -pthread -shared    ' OPT='-g -Og -Wall'       _TCLTK_INCLUDES='' _TCLTK_LIBS=''       ./python -E ./setup.py  build
Segmentation fault (core dumped)
make: *** [Makefile:614: sharedmods] Error 139

I hope someone else can replicate this on:

o LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.04
Release:        19.04
Codename:       disco
History
Date User Action Args
2019-12-14 06:34:52nanjekyejoannahsetrecipients: + nanjekyejoannah
2019-12-14 06:34:52nanjekyejoannahsetmessageid: <1576305292.12.0.476771129808.issue39044@roundup.psfhosted.org>
2019-12-14 06:34:52nanjekyejoannahlinkissue39044 messages
2019-12-14 06:34:51nanjekyejoannahcreate