EX_DBG
if ((fd = open(EX_DBG, O_WRONLY|O_APPEND|O_CREAT)) < 0)
fatal("open %s failed: %s", EX_DBG, errno);