I have this error like at service windows, this occurs one time a week or more: Application popup: application_name - Application Error : The instruction at memory_location referenced memory at memory_location. The memory could not be "read".
- production environment;
- multi-thread app;
- each thread performs a task;
- source is C++, VC8;
- have a PDB files in release version;
- use UDP to communicate with clients;
- can not reproduce the error in development environment;
- the thread that caused the error aborts;
- is always the same thread that stop at crash;
How to locate the code that causes this error in the source wich this information: "memory location" ?