Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f106e292726b9

Jump to content

Fatal exception error

From Wikipedia, the free encyclopedia
(Redirected from 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[1][2] (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.

References

[edit]
  1. "Fatal error". Webopedia. September 1996. Archived from the original on 2018-11-22. Retrieved 2010-10-31.
  2. "Stop error". Webopedia. 31 July 2003. Archived from the original on 23 July 2004. Retrieved 31 October 2010.
[edit]