Projects
Browse Source     Search     Timeline     Wiki

Changeset 23527

Show
Ignore:
Timestamp:
2008-03-04 09:48:00 (6 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5759898> HopefullyExitsFirst jobs can't start OnDemand jobs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/SULeopard/launchd/src/launchd_core_logic.c

    r23512 r23527  
    38353835                job_log(j, LOG_DEBUG, "Exited while removal was pending."); 
    38363836                return true; 
    3837         } else if (j->mgr->shutting_down) { 
     3837        } else if (j->mgr->shutting_down && j->mgr->hopefully_first_cnt == 0) { 
    38383838                job_log(j, LOG_DEBUG, "Exited while shutdown in progress. Processes remaining: %lu/%lu", total_children, total_anon_children); 
    38393839                return true;