case SIGCHLD:
case SIGCONT:
return;
case SIGABRT:
case SIGSEGV:
case SIGILL:
SB_EERROR("ISE: Recieved fatal signal from child ", "%s(%i)\n",
strsig(info->si_status), info->si_status);
sb_abort();
}
/* fall through */
-