QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Errno is set to 14 (EFAULT) |
Ref. No. |
QNX.000010180 |
Category(ies) |
Development |
Issue |
Errno is set to 14, but according to the documentation for a function this is not one of the values. Then why is errno getting set to 14? |
Solution |
EFAULT is commonly set when a bad pointer to a data structure has been used. Check the calling function and see if there is a data structure being passed into the function. Then check to make sure that the pointer to the function is valid. |
|