Message183064
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? |
|
Date |
User |
Action |
Args |
2013-02-26 15:58:46 | Albert.Zeyer | set | recipients:
+ Albert.Zeyer, pitrou, r.david.murray, neologix |
2013-02-26 15:58:46 | Albert.Zeyer | set | messageid: <1361894326.3.0.982886637554.issue17263@psf.upfronthosting.co.za> |
2013-02-26 15:58:46 | Albert.Zeyer | link | issue17263 messages |
2013-02-26 15:58:46 | Albert.Zeyer | create | |
|