General Protection Fault = GP Fault = GPF
You received this kind of error when the program is attempting accessing a read-only memory.
For example:
class Object
{
public:
int nValue;
};
Object* pObject = NULL;
int nValueOfObject = pObject->nValue; // Accessing a memory which should not be accessed
Android 專用版 Facebook 推出更新版 1.6.0
13 years ago