Memory could not be read

Dic

Distinguished
Apr 22, 2009
1
0
18,510
0x07b9e653 memory could not be read how do i deal with these errors?
 
Mmmm, we need more context than that. There are many reasons why a program cannot read a memory address:
■Address does not exist
■Faulty RAM
■Memory protection scheme preventing a process from accessing other processe's memory space.
And probably others I just didn't think of.