An access error exception occurs when you access memory in an illegal way. This could be trying to execute code in an area specified as data only, trying to read data from non-existent memory, writing to a read only area, etc, etc. It doesn't mean that there is anything actually wrong with the memory.