Date: Tue, 17 Jun 2014 03:09:53 -0700 From: Abhijit Kulkarni <abhijit_kulkarni@symantec.com> To: "freebsd-ports-bugs@freebsd.org" <freebsd-ports-bugs@freebsd.org> Subject: recvmsg fails with EBADF error Message-ID: <3DB6AE5857D25C4F8C77449FAF4FD5BC14A79159A6@APJ1XCHEVSPIN35.SYMC.SYMANTEC.COM>
next in thread | raw e-mail | index | archive | help
Hi, I have application that sends socket FD from one process to another using s= endmsg API and receives that FD using recvmsg API. It works perfectly on Fr= eeBSD 6 (i386-32 bits binary) but fails on FreeBSD 9.2 (amd64-64 bits binar= y) . The recvmsg API does not fail but the FD, that is retuned, is no long= er socket FD hence further use of that FD fails with EBADF error. Has anyone faced this problem before? Is this a known issue? Thanks & Regards, Abhijit Kulkarni
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DB6AE5857D25C4F8C77449FAF4FD5BC14A79159A6>