K 10 svn:author V 8 hselasky K 8 svn:date V 27 2017-10-13T14:14:46.622020Z K 7 svn:log V 378 Don't call selrecord() outside the select system call in the LinuxKPI, because then td->td_sel is NULL and this will result in a segfault inside selrecord(). This happens when only using kqueue() to poll for read and write events. If select() and kqueue() is mixed there won't be a segfault. Reported by: Johannes Lundberg MFC after: 1 week Sponsored by: Mellanox Technologies END