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 intchanter
Recipients intchanter
Date 2017-01-10.19:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484077511.04.0.514172163049.issue29230@psf.upfronthosting.co.za>
In-reply-to
Content
This crash occurs while running some unittests in one of our Django apps.

It duplicates on all three versions I've tried (2.7.10, 2.7.12, and 2.7.13). I don't have a Python3-capable code to test against at present.

It fails on my Mac OS system, and we can't duplicate the issue on an Ubuntu system. There's one particular test that consistently triggers it, but only if most of the other tests for the same file run first.

I've attached the .crash file (with Python 2.7.13), and included pip freeze and uname -a output below. Please let me know if I can provide more info to help with debugging this.

$ uname -a
Darwin c02pwm27g8wn.corp.verisys.com 15.6.0 Darwin Kernel Version 15.6.0: Wed Nov  2 20:30:56 PDT 2016; root:xnu-3248.60.11.1.2~2/RELEASE_X86_64 x86_64

$ pip freeze
coverage==4.3.1
Django==1.8.17
django-nose==1.4.4
funcsigs==1.0.2
lxml==3.4.4
mock==2.0.0
model-mommy==1.3.1
MySQL-python==1.2.5
nose==1.3.7
pbr==1.10.0
pycrypto==2.6.1
pytz==2016.10
requests==2.12.4
six==1.10.0
suds==0.4
History
Date User Action Args
2017-01-10 19:45:13intchantersetrecipients: + intchanter
2017-01-10 19:45:11intchantersetmessageid: <1484077511.04.0.514172163049.issue29230@psf.upfronthosting.co.za>
2017-01-10 19:45:11intchanterlinkissue29230 messages
2017-01-10 19:45:10intchantercreate