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 michaelg
Recipients gvanrossum, karamanolev, michaelg, r-englund, vstinner, yselivanov
Date 2015-03-10.10:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425984281.21.0.301737870171.issue23187@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure where to post this as the issue is closed:

I've encountered the same problem. I don't have a stack trace to share at the moment but I know it's almost (or entirely) identical.

My context:
- Windows
- Happens with Python 3.4.2 and 3.4.3 (and possibly earlier versions)
- Pure Python (no external binary modules whatsoever)
- Pure asyncio (no Tornado)
- Not using json/ujson
- Plenty of memory available

The crash seems to occur at random, with anything between 1 and 20 days separating consecutive crashes.

I have core dumps if you're interested but am not sure where to upload them.
History
Date User Action Args
2015-03-10 10:44:41michaelgsetrecipients: + michaelg, gvanrossum, vstinner, yselivanov, karamanolev, r-englund
2015-03-10 10:44:41michaelgsetmessageid: <1425984281.21.0.301737870171.issue23187@psf.upfronthosting.co.za>
2015-03-10 10:44:41michaelglinkissue23187 messages
2015-03-10 10:44:40michaelgcreate