[Bug 259380] linux(4): linux_recvfrom(2) fails: linux_recvfrom -1 errno -22 Invalid argument

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Mar 2022 16:48:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259380

--- 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

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