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 gozdal
Recipients gozdal
Date 2018-12-19.11:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545220383.87.0.788709270274.issue35534@psf.upfronthosting.co.za>
In-reply-to
Content
When running

/usr/bin/python /usr/bin/pip install --upgrade "pip < 10"

the interpreter crashed in stackdepth_walk. I've seen this crash multiple times, especially in our custom-compiled CPythons. Here it's 
reproduced with stock Ubuntu Xenial Python. It looks like it happens much more often on AMD Ryzens although it happens also on Intel CPUs.
The Ryzen is otherwise stable.

Sys details:

Python 2.7.12 (default, Nov 12 2018, 14:36:49) 
[GCC 5.4.0 20160609] on linux2

Package python-minimal 2.7.12-1~16.04 from Ubuntu Xenial
History
Date User Action Args
2018-12-19 11:53:03gozdalsetrecipients: + gozdal
2018-12-19 11:53:03gozdalsetmessageid: <1545220383.87.0.788709270274.issue35534@psf.upfronthosting.co.za>
2018-12-19 11:53:03gozdallinkissue35534 messages
2018-12-19 11:53:03gozdalcreate