-
Incident report
-
Resolution: Fixed
-
Major
-
1.8.4
-
None
(1) Currently, we do not provide any guarantees as to whether child processes will be terminated if timeout is reached.
(2) On Unix, in an (unlikely) case that second fork() fails, we end up with one additional Zabbix process. Also, the code with sleep(3) looks kludgy and should be improved.