[2447] use helper __kill_children method to kill all initial processes
previously it could result in exception (by the attempt of killing sockcreator as a chuser'ed process) during initial setup failure, leading to unclean shutdown. the revised code prevents it from happening, and also makes the code concise by unifying the common logic.
Please register or sign in to comment