I’ve searched until I was blue in the face and cannot find the answer to this question.
Where I can find a table listing the meanings of all the error codes for pcntl_fork()? Or even the C fork() function, for that matter.
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.
The man page for the function describes the possible errors in the ERRORS section. The mapping between error name and number can be found in /usr/include/asm-generic/errno*.h, or via
perrorif you have MySQL installed.