[issue39044] Segfault on build for the master branch

2019-12-14 Thread STINNER Victor
STINNER Victor added the comment: > Confirmedforgeting to run makedistclean was the problem. Yeah, it happens often to me. If "make distclean" is not enough, I move untracked files outside the Python repository and run "git clean "-fdx" which removes *all* untracked files. Use "git clea

[issue39044] Segfault on build for the master branch

2019-12-13 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Confirmedforgeting to run makedistclean was the problem. -- ___ Python tracker ___ ___ Pyth

[issue39044] Segfault on build for the master branch

2019-12-13 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Actually my master had some segfaulting changes that I had moved to it in error. Thanks. Closing this. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue39044] Segfault on build for the master branch

2019-12-13 Thread Zachary Ware
Zachary Ware added the comment: If you updated an unclean checkout, try running `make distclean` before configuring and building again; that often clears this kind of thing up. -- nosy: +zach.ware ___ Python tracker

[issue39044] Segfault on build for the master branch

2019-12-13 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +pablogsal, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue39044] Segfault on build for the master branch

2019-12-13 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : 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" ; \