Can socket send / recv set errno 27 (EFBIG) on Solaris? Under which condition this happens?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
man recvdoesn’t documentEFBIGmeaning that if you see it, you have encountered a bug in the OS. Contact theSunOracle Solaris support.If you are on the OpenSolaris, the dumb search reveals that sockets themselves do not return
EFBIG(no matches undersys/common/inet/; compare e.g. with search forENOBUFS). To me that tells that you might:-1ubytes which would be caught even before reaching the sockets API. (unlikely for that other error codes are used.)