I'm programming using Visual Studio 2005 with Intel's Cilk SDK installed and learned there were some bad writing/reading happening at some specific memory locations, such as 0x00254c0( I can't remember the exact location, this is only an example). I have no idea what is going on at those locations and it also seems that I cannot assign pointers to these locations directly. Even if I can, the only information I get will be the value stored at these locations instead of the name of the actual variables affected. So any idea about how to debug such problems?
Thanks in advance.