[issue38203] regrtest fails to stop test_multiprocessing_spawn worker process

STINNER Victor report at bugs.python.org
Tue Sep 17 17:02:52 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

Moreover, even after I stopped regrtest, two processes are still running in the background :-(

 6535 pts/2    Sl     0:00 /home/vstinner/python/master/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=4, pipe_handle=9) --multiprocessing-fork

 6560 pts/2    Sl     0:00 /home/vstinner/python/master/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=4, pipe_handle=11) --multiprocessing-fork

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38203>
_______________________________________


More information about the Python-bugs-list mailing list