Another term for what is more usually called a
GPF or
segfault. An
access violation occurs when a program tries to
access a
reserved piece of memory.
The most frequent occurrence of this is when a null pointer is deferenced as if it were a structure or object. Can be an extremely elusive bug, especially in those cases where certain conditions must be met for the pointer to become null.