https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167688
--- Comment #7 from Conrad Meyer <[email protected]> --- (In reply to Conrad Meyer from comment #6) Sigh. Yes, we PCATCH, *but*: 314 static int 315 fticket_wait_answer(struct fuse_ticket *ftick) 316 { ... 334 fuse_block_sigs(&tset); 335 err = msleep(ftick, &ftick->tk_aw_mtx, PCATCH, "fu_ans", 336 data->daemon_timeout * hz); 337 fuse_restore_sigs(&tset); We block all signals but SIGKILL. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
