https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167688
--- Comment #5 from Conrad Meyer <[email protected]> --- (In reply to Alan Somers from comment #4) > The signal does not interrupt the read(2). Hm, isn't that part of the bug? Signals are supposed to interrupt blocked I/O; not interrupting explains the symptoms from the description mostly (sleep, then signal handler, then read returns zero). -- 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]"
