On 21 August 2014 21:32, Eric Wong <[email protected]> wrote: > Jonathan del Strother <[email protected]> wrote: >> So, as far as I can tell, the SIGABRT in a worker causes all siblings >> workers to be reaped and restarted. Is that intended/expected? >> Shouldn't it just kill the single worker & restart that? > > Not intended or expected. I cannot reproduce it by doing: > > kill -ABRT $WORKER_PID >
You're quite right, sorry. I'm running via SMF, which is detecting the child process's SIGABRT and deciding to restart the entire group. I'll look into getting SMF to ignore those.
