Fatal system error in the context of Crash (computing)


Fatal system error in the context of Crash (computing)

Fatal system error Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Fatal system error in the context of "Crash (computing)"


HINT:

👉 Fatal system error in the context of Crash (computing)

In computing, a crash, or system crash, occurs when a computer program such as a software application or an operating system stops functioning properly and exits. On some operating systems or individual applications, a crash reporting service will report the crash and any details relating to it (or give the user the option to do so), usually to the developer(s) of the application. If the program is a critical part of the operating system, the entire system may crash or hang, often resulting in a kernel panic or fatal system error.

Most crashes are the result of a software bug. Typical causes include accessing invalid memory addresses, incorrect address values in the program counter, buffer overflow, overwriting a portion of the affected program code due to an earlier bug, executing invalid machine instructions (an illegal or unauthorized opcode), or triggering an unhandled exception. The original software bug that started this chain of events is typically considered to be the cause of the crash, which is discovered through the process of debugging. The original bug can be far removed from the code that actually triggered the crash.

↓ Explore More Topics
In this Dossier

Fatal system error in the context of Fatal exception

In computing, a fatal exception error or fatal error is an error that causes a program to abort (ABEND) and may therefore return the user to the operating system. When this happens, data that the program was processing may be lost. A fatal error is usually distinguished from a fatal system error (colloquially referred to in the MS Windows operating systems by the error message it produces as a "blue screen of death"). A fatal error occurs typically in any of the following cases:

In some systems, such as macOS and Microsoft Windows, a fatal error causes the operating system to create a log entry or to save an image (core dump) of the process.

View the full Wikipedia page for Fatal exception
↑ Return to Menu