[issue23187] Segmentation fault, possibly asyncio related

STINNER Victor report at bugs.python.org
Thu Jan 8 01:10:43 CET 2015


STINNER Victor added the comment:

> that's 3.4.0

I suggest you to upgrade to Python 3.4.2. Your issue may already be fixed. For example, there was the issue #21435 in the garbage collector. The issue was found with an asyncio code.

Your crash occurs at "_PyObject_GC_UNTRACK(self);" which is also related to the garbage collector.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23187>
_______________________________________


More information about the Python-bugs-list mailing list