Message301027
It may happen that the forkserver process dies (for example if SIGINT is received because the user pressed Ctrl-C) while the parent process is still alive. In that case, if the parent tries to create a new Process instance, an exception is received.
The exception looks like this:
File "/xxx/lib/python3.5/multiprocessing/popen_forkserver.py", line 52, in _launch
self.sentinel, w = forkserver.connect_to_new_process(self._fds)
File "/xxx/lib/python3.5/multiprocessing/forkserver.py", line 66, in connect_to_new_process
client.connect(self._forkserver_address)
ConnectionRefusedError: [Errno 111] Connection refused |
|
Date |
User |
Action |
Args |
2017-08-30 14:27:15 | pitrou | set | recipients:
+ pitrou |
2017-08-30 14:27:15 | pitrou | set | messageid: <1504103235.79.0.43802074293.issue31308@psf.upfronthosting.co.za> |
2017-08-30 14:27:15 | pitrou | link | issue31308 messages |
2017-08-30 14:27:15 | pitrou | create | |
|