https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252673
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #3 from Mark Johnston <[email protected]> --- (In reply to David Chisnall from comment #2) I don't have any good ideas. Are you certain that something isn't setting O_CLOEXEC on the sockets? You might try verifying with e.g. "procstat -f" or gdb's "info proc files" that the descriptor really is a socket. I can't see how you'd get ENOENT from a read on a socket. -- 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]"
