Comment 2 for bug 381048

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote : Re: Upstart 0.5.0. Assertion causing kernel panic with respawn stanza

This is happening because the respawn handling code is before the checks for a running post-start script in job_process_terminated()

Moving the checks for JOB_POST_START and JOB_PRE_STOP above the respawn checking would be sufficient to avoid the assert()