K 10 svn:author V 7 oshogbo K 8 svn:date V 27 2019-09-10T20:14:52.016256Z K 7 svn:log V 404 MFCr350610: exit1: postpone clearing P_TRACED flag until the proctree lock is acquired In case of the process being debugged. The P_TRACED is cleared very early, which would make procdesc_close() not calling proc_clear_orphan(). That would result in the debugged process can not be able to collect status of the process with process descriptor. Reviewed by: markj, kib Tested by: pho END