"The memory could not be 'written'"

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.
 
C

Colon Terminus

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top