"...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.
 
Back
Top