We have a memory overwrite problem. At some point, during the course of our program, a memory location is being overwritten and causing our program to crash. the problem hap
assuming you're using windows use windbg to debug your program and check out the ba command-this will break when the memory is accessed.