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.15:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361894326.3.0.982886637554.issue17263@psf.upfronthosting.co.za>
In-reply-to
Content
Btw., this turns out to be at least 4 kind of separate bugs:

1. The crash from the testcase - when the interpreter shuts down.

2. Maybe the crash from my musicplayer app - if that is a different one. But very related to the first one.

3. Many loops over the thread states could have code inside which might release the GIL. All these loops can crash because the thread state could be invalidated in the meanwhile.

4. Possible deadlock with HEAD_LOCK usage.

Should we make separate issue reports for each?
History
Date User Action Args
2013-02-26 15:58:46Albert.Zeyersetrecipients: + Albert.Zeyer, pitrou, r.david.murray, neologix
2013-02-26 15:58:46Albert.Zeyersetmessageid: <1361894326.3.0.982886637554.issue17263@psf.upfronthosting.co.za>
2013-02-26 15:58:46Albert.Zeyerlinkissue17263 messages
2013-02-26 15:58:46Albert.Zeyercreate