[issue27508] process thread with implicit join is killed unexpectedly

Tim Peters report at bugs.python.org
Wed Jul 13 13:24:23 EDT 2016


Tim Peters added the comment:

Note:  this started on stackoverflow:

https://stackoverflow.com/questions/38356584/python-multiprocessing-threading-code-exits-early

I may be missing something obvious, but the only explanation I could think of for the behavior seen on Ubuntu is that the threads in the worker processes are being treated as daemon threads.  The program works as intended for me on Windows - but, of course, there's a universe of differences between spawning (Windows) and forking (Ubuntu) processes too.

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

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


More information about the Python-bugs-list mailing list