Revision: 23354 http://trac.macosforge.org/projects/launchd/changeset/23354 Author: zarzycki@apple.com Date: 2007-09-04 16:33:25 -0700 (Tue, 04 Sep 2007) Log Message: ----------- <rdar://problem/5423935> Investigating: Logged out after waking from sleep Modified Paths: -------------- trunk/launchd/src/launchd_core_logic.c Modified: trunk/launchd/src/launchd_core_logic.c =================================================================== --- trunk/launchd/src/launchd_core_logic.c 2007-09-04 22:55:10 UTC (rev 23353) +++ trunk/launchd/src/launchd_core_logic.c 2007-09-04 23:33:25 UTC (rev 23354) @@ -2596,8 +2596,11 @@ job_log(j, LOG_ERR, "PID %u \"%s\" has no account to back it! Real/effective/saved UIDs: %u/%u/%u", i_pid, kp[i].kp_proc.p_comm, i_uid, i_euid, i_svuid); +/* Temporarily disabled due to 5423935 and 4946119. */ +#if 0 /* Ask the accountless process to exit. */ job_assumes(j, kill(i_pid, SIGTERM) != -1); +#endif } out:
participants (1)
-
source_changes@macosforge.org