Date: Wed, 30 Mar 2022 16:48:03 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259380] linux(4): linux_recvfrom(2) fails: linux_recvfrom -1 errno -22 Invalid argument Message-ID: <bug-259380-227-gOWyI7KeTk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259380-227@https.bugs.freebsd.org/bugzilla/> References: <bug-259380-227@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=3D259380 --- Comment #15 from Jason Mader <jasonmader@gmail.com> --- (In reply to Dmitry Chagin from comment #14) Hopefully this is what you're looking for, 69131 rlm CALL linux_socket(0x1,0x80801,0) 69131 rlm RET linux_socket 3 69131 rlm CALL linux_socket(0x1,0x80801,0) 69131 rlm RET linux_socket 3 69131 rlm CALL linux_socket(0xa,0x1,0) 69131 rlm RET linux_socket -1 errno -93 Protocol not supported 69131 rlm CALL linux_socket(0x2,0x1,0) 69131 rlm RET linux_socket 3 69131 rlm CALL linux_socket(0xa,0x1,0) 69131 rlm RET linux_socket -1 errno -93 Protocol not supported 69131 rlm CALL linux_socket(0x2,0x1,0) 69131 rlm RET linux_socket 4 --=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-259380-227-gOWyI7KeTk>