-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Sending 'shutdown' is not handled properly (sent with Mgmt.py):
2018-01-31 16:36:17,998 - MgmtSys INFO: Shutdown
Process Process-6:
Traceback (most recent call last):
File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/home/claudio/software/PiCN/PiCN/Mgmt/Mgmt.py", line 157, in _run
self.mgmt(mgmt_sock)
File "/home/claudio/software/PiCN/PiCN/Mgmt/Mgmt.py", line 79, in mgmt
self.shutdown()
File "/home/claudio/software/PiCN/PiCN/ProgramLibs/ICNForwarder/ICNForwarder.py", line 86, in stop_forwarder
self.mgmt.stop_process()
File "/home/claudio/software/PiCN/PiCN/Mgmt/Mgmt.py", line 165, in stop_process
self.process.terminate()
File "/usr/lib/python3.6/multiprocessing/process.py", line 116, in terminate
self._popen.terminate()
AttributeError: 'NoneType' object has no attribute 'terminate'
Reactions are currently unavailable