This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/19557] recvmsg fails retrieving SCM_CREDENTIALS with error EOPNOTSUPP


https://sourceware.org/bugzilla/show_bug.cgi?id=19557

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |MOVED

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
Thanks.  This happens with kernel-4.5.0-0.rc1.git2.1.fc24.x86_64 as well.

strace shows:

socketpair(PF_LOCAL, SOCK_STREAM, 0, [3, 4]) = 0
sendto(4, "A random message\0", 17, MSG_DONTWAIT|MSG_NOSIGNAL, NULL, 0) = 17
setsockopt(3, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
recvmsg(3, 0x7ffdd7e17400, MSG_PEEK)    = -1 EOPNOTSUPP (Operation not
supported)

This looks like a kernel regression.  Please report it to the kernel
developers.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]