This happens enought that we shouldn't log it as a Bug any more...
--- trunk/launchd/src/launchd_core_logic.c 2007-09-15 00:22:39 UTC (rev 23391)
+++ trunk/launchd/src/launchd_core_logic.c 2007-09-16 17:37:14 UTC (rev 23392)
@@ -1007,7 +1007,8 @@
return NULL;
}
- if (!jobmgr_assumes(jm, len == sizeof(kp))) {
+ if (len != sizeof(kp)) {
+ jobmgr_log(jm, LOG_DEBUG, "Tried to create an anonymous job for nonexistent PID: %u", anonpid);
return NULL;
}