Fatal exception error: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Bare URLs}}
Improved referencing
Line 1:
{{bare URLs|date=June 2013}}
{{Distinguish|fatal system error}}
In [[computing]], a '''fatal error''' or '''fatal exception error''' is an [[error]] that causes a program to abort 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]]<ref>[http://www.webopedia.com/TERM/F/fatal_error.html webopedia.com]</ref><ref>[http://www.webopedia.com/TERM/S/stop_error.html webopedia.com]</ref> (colloquially referred to by the error message it produces as a "[[Stop error screen|blue screen of death]]"). A fatal error occurs typically in any of the following cases:
 
In [[computing]], a '''fatal error''' or '''fatal exception error''' is an [[error]] that causes a program to abort 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]]<ref>[http://www.webopedia.com/TERM/F/fatal_error.html webopedia.com]</ref><ref>[http://www.webopedia.com/TERM/S/stop_error.html webopedia.com]</ref> (colloquially referred to by the error message it produces as a "[[Stop error screen|blue screen of death]]"). A fatal error occurs typically in any of the following cases:
 
* An [[illegal instruction]] has been attempted
Line 12 ⟶ 11:
 
==References==
{{Reflist}}
<references/>
 
==External links==