Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What does Fatal Error mean?
What does Fatal Error in spyware terminator initialization mean. Also said: Out of Resources. How do I fix this?
1 Answer
- 1 decade agoFavorite Answer
In computing, a fatal error is an error which causes a program to abort - and thus may return the user to the operating system. When this happens, data that the program was processing may be lost. A fatal error occurs typically in any of these cases:
An illegal instruction has been attempted
Invalid data or code has been accessed
The privilege level of an operation is invalid
A program attempts to divide by zero
In some systems, a fatal error causes the operating system to create a log entry or to save an image (core dump) of the process.