[Bug 230273] linux_select CALL is very slow (100 ms)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 2 10:35:09 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230273

--- Comment #3 from Jason Mader <jasonmader at gmail.com> ---
(In reply to Conrad Meyer from comment #1)

It might be,

 12650 lstc_server CALL  linux_socket(0x1,0x80002,0)
 12650 lstc_server RET   linux_socket 0
 12650 lstc_server CALL  linux_connect(0,0x800d911c0,0x6e)
 12650 lstc_server STRU  struct sockaddr { AF_LOCAL, /dev/log }
 12650 lstc_server NAMI  "/dev/log"
 12650 lstc_server RET   linux_connect -1 errno -2 No such file or directory
 12650 lstc_server CALL  close(0)
 12650 lstc_server RET   close 0

FreeBSD 11.2 Bug 228351 devfs doesn't expose /dev/log, even with `add path tty
unhide` in rules.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list