Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2018 10:35:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 230273] linux_select CALL is very slow (100 ms)
Message-ID:  <bug-230273-4077-Nz7nxoAdSl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230273-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230273-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #3 from Jason Mader <jasonmader@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230273-4077-Nz7nxoAdSl>