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 Albert.Zeyer
Recipients Albert.Zeyer, neologix, pitrou, r.david.murray
Date 2013-02-26.12:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361883208.41.0.902449096443.issue17263@psf.upfronthosting.co.za>
In-reply-to
Content
Btw., where we are at this issue - I have seen many more loops over the threads (via PyThreadState_Next). I have a bad feeling that many of these loops have similar issues.

In this case, I am also not sure anymore that it really was a problem. I originally thought that in this loop, it would delete the local-dicts (which contained my Test-object/sqlite connection object). But it does not, it only deallocates a string and the dummy object there. The local-dicts were already been freed at Py_CLEAR(dummies).

I still tried to reproduce the crash in the testcase even when the interpreter is not shutting down (like it looks in my musicplayer app) but no success. I also wasn't able yet to get more debugging info about the musicplayer app crash.

Note that in the musicplayer app, I have the same workaround now as demonstrated in the testcase and there aren't any crashes anymore (so far - they were seldom anyway).
History
Date User Action Args
2013-02-26 12:53:28Albert.Zeyersetrecipients: + Albert.Zeyer, pitrou, r.david.murray, neologix
2013-02-26 12:53:28Albert.Zeyersetmessageid: <1361883208.41.0.902449096443.issue17263@psf.upfronthosting.co.za>
2013-02-26 12:53:28Albert.Zeyerlinkissue17263 messages
2013-02-26 12:53:27Albert.Zeyercreate