Date: Sun, 02 Jul 2023 13:52:18 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 272319] FreeBSD kernel crash on MPD5 restart with PPP configuration. Message-ID: <bug-272319-7501-3H0u39tt2n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272319-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-272319-7501@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=3D272319 --- Comment #13 from Eugene Grosbein <eugen@freebsd.org> --- mpd5 uses poll(2) system call to obtain events such as incoming connection = from ng_ksocket. If such an event occurs for TCP ng_ksocket, mpd5 prints either "Incoming TCP connection from ..." log message at its PHYS loglevel, or "TC= P: error reading message from ..." at its error loglevel in case of error read= ing data from ng_ksocket. My tests show that neither message occurs, so poll(2) is broken for ng_ksocket(). --=20 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-272319-7501-3H0u39tt2n>