Friday, October 17, 2008

Error

 
 
Error :
---------
AKY=00080001 PC=03f6dc24(coredll.dll+0x00021c24) RA=29b314b8(tcpip6.dll+0x000414b8)
BVA=390614b8 FSR=000000f5
and explain the scenario

Solution:
------------
 1.This is the memory based error. somewhere we are using the memory beyond its
boundary.
 I have allocated the 30 bytes of memory and try to do copy more than 40 bytes with
memcpy() fn. It causes the crash.
 

 

No comments: