English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

A fatal error in any programming language means that there is a logic error in the code and the program cannot be allowed to continue. To do so may overwrite data or storage belonging to another program.

The fatal error could be as simple as trying to read beyond the end of a file.
You need to look at the error message produced for more details.

2007-09-23 23:57:25 · answer #1 · answered by AnalProgrammer 7 · 0 0

hii dear

fatal errors comes due to improper handling of memory locations .suppose u had taken any pointer u had allocated the memory and passed the refrence to the pointer . now without freeing this memory u had changed the value of poiter means u had assigned the values of other object or variable so there is a memory leak bcoz that memory u had erlier allocated is not free but also not usable thats why it gives fatal error ..this is just an example this fatal error can come by any reason due to bad peogramming.

the only solution is handle memory and memory reference carefully by good and intelligent programming

2007-09-24 00:03:09 · answer #2 · answered by sahil 1 · 0 0

fedest.com, questions and answers