7 if (i < 0) { 2978 dprintf("unknown facility name \"%s\"", buf); 2979 return (NULL); 2980 } I assume parse_selector() is returning "NULL", causing *p in the loop to crash. Caveat: But I don't see the dprintf() lines in the output, nor do I see the dprintf() output with truss. The crash is reproduceable in the FreeBSD base system as well. --=20 You are receiving this mail because: You are the assignee for the bug.=