[issue23592] SIGSEGV on interpreter shutdown, with daemon threads running wild

Tim Peters report at bugs.python.org
Fri Mar 6 16:52:20 CET 2015


Tim Peters added the comment:

Nothing should ever crash the interpreter :-)  So this is a thoroughly legitimate bug report.

However, there's no way to guess whether _this_ crasher is easy to fix, or next to impossible.  Without a test program to provoke the error, there's little to go on.  If it were a common problem with daemon threads, I'd expect at least several reports of similar behavior over the decades.  So chances seem to favor that there's something unique about the specifics of what your daemon threads were doing to provoke it - and/or timing quirks specific to your platform.

----------
nosy: +tim.peters

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


More information about the Python-bugs-list mailing list