"...instruction xxxxxx referenced by xxxxxx could not be written..."

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I encountered this error message when running my C program for over 2 hours. When it runs only for a short time, there is no problem at all. Anybody can give me an idea on what might have caused such an error and how I should deal with it. Thanks a lot

Regards
Haitao
 
You are going to write a position in memory which is reserved by the system.
Try to seperate the code which cause the problem and post the code here..

J.W.
Haitao said:
I encountered this error message when running my C program for over 2
hours. When it runs only for a short time, there is no problem at all.
Anybody can give me an idea on what might have caused such an error and how
I should deal with it. Thanks a lot.
 

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

Back
Top