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 gvanrossum
Recipients gvanrossum, karamanolev, vstinner, yselivanov
Date 2015-01-07.23:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420674494.67.0.530093558757.issue23187@psf.upfronthosting.co.za>
In-reply-to
Content
That's going to be really hard to debug. Is it always the same stack trace? Could it be slowly running out of memory? (The consistent time until it happens points to this.) A segfault in dealloc might point to a refcounting bug. The rarity of the even might mean that it only happens in some rare case (maybe the refcount bug is in an error path that is only triggered by running out of memory somewhere?). Is mysql totally unsuspected?
History
Date User Action Args
2015-01-07 23:48:14gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, karamanolev
2015-01-07 23:48:14gvanrossumsetmessageid: <1420674494.67.0.530093558757.issue23187@psf.upfronthosting.co.za>
2015-01-07 23:48:14gvanrossumlinkissue23187 messages
2015-01-07 23:48:14gvanrossumcreate