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 k1.hedayati
Recipients gvanrossum, k1.hedayati, yselivanov
Date 2017-03-10.09:47:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489139274.42.0.877186515769.issue29780@psf.upfronthosting.co.za>
In-reply-to
Content
Hello
We have an issue with our application, it randomly hangs and doesn't respond to new requests, at first we thought the problem lies within our code but after attaching to hanged process using gdb I couldn't find any code related to our application so I thought it might be python bug.
Here is the info extracted from gdb:
https://gist.github.com/k1-hedayati/96e28bf590c4392840650902cb5eceda
Python 3.5.2

We run multiple instances of our application and they are fine for a couple of days/hours but suddenly one of them starts hanging and others follow and unfortunately we can't reproduce the problem.
I'll be glad to receive any advice on how to solve or debug this issue.
History
Date User Action Args
2017-03-10 09:47:54k1.hedayatisetrecipients: + k1.hedayati, gvanrossum, yselivanov
2017-03-10 09:47:54k1.hedayatisetmessageid: <1489139274.42.0.877186515769.issue29780@psf.upfronthosting.co.za>
2017-03-10 09:47:54k1.hedayatilinkissue29780 messages
2017-03-10 09:47:54k1.hedayaticreate