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 vstinner
Recipients Claudio.Freire, arigo, devurandom, erik.bray, fbissey, jdemeyer, pitrou, scoder, serhiy.storchaka, vstinner
Date 2017-01-03.14:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483454296.86.0.775397541511.issue25750@psf.upfronthosting.co.za>
In-reply-to
Content
> The crash (the one we're experiencing) still happens with 2.7.13. But at this point it's not clear whether it's a Python bug or a Cython bug, as jdemeyer's patch doesn't fix it. We're having a hard time getting accurate backtraces to actually debug this thing, as it only happens on production servers.

I suggest you to try faulthandler to try to get a traceback ;-)
History
Date User Action Args
2017-01-03 14:38:16vstinnersetrecipients: + vstinner, arigo, pitrou, scoder, devurandom, fbissey, erik.bray, serhiy.storchaka, jdemeyer, Claudio.Freire
2017-01-03 14:38:16vstinnersetmessageid: <1483454296.86.0.775397541511.issue25750@psf.upfronthosting.co.za>
2017-01-03 14:38:16vstinnerlinkissue25750 messages
2017-01-03 14:38:16vstinnercreate