"The memory could not be 'written'"

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

What are some of the things that could cause a "memory could not be
written" error ("The instruction at 0xxxxxx referenced memory at
0yyyyyy") rather than the standard GPF-style application crash
("xxxxxxxx" has encountered a problem and needs to close")?

Thanks.
 
Rick said:
What are some of the things that could cause a "memory could not be
written" error ("The instruction at 0xxxxxx referenced memory at
0yyyyyy") rather than the standard GPF-style application crash
("xxxxxxxx" has encountered a problem and needs to close")?

Thanks.


GSP ... Generally Sloppy Programming.

Unitialized or otherwise faulty pointers in device drivers.
 
Back
Top