Revision: 23004 http://trac.macosforge.org/projects/launchd/changeset/23004 Author: zarzycki@apple.com Date: 2007-01-04 16:11:52 -0800 (Thu, 04 Jan 2007) Log Message: ----------- <rdar://problem/4889859> Leopard9A328: /SourceCache/xnu/xnu-1005/bsd/kern/kern_exit.c:249 "init died\nState at Last Exc 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-01-04 23:29:06 UTC (rev 23003) +++ trunk/launchd/src/launchd_core_logic.c 2007-01-05 00:11:52 UTC (rev 23004) @@ -903,6 +903,11 @@ int i, cc = 0; job_t j; + if (shutdown_in_progress) { + errno = EINVAL; + return NULL; + } + if (prog == NULL && argv == NULL) { errno = EINVAL; return NULL;
participants (1)
-
source_changes@macosforge.org