On 02/18/2013 05:02 PM, Hitoshi Mitake wrote: > + /* this means sd_check_join_cb() is buggy */ > + sd_printf(SDOG_CRIT, "unknown cluster join result: %d\n", > + result); > + abort(); > + break; Then why not using panic()? Thanks, Yuan