Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

fatal exception

You are here: irt.org | FOLDOC | fatal exception

<programming, operating system> A program execution error which is trapped by the operating system and which results in abrupt termination of the program.

It may be possible for the program to catch some such errors, e.g. a floating point underflow; others, such as an invalid memory access (an attempt to write to read-only memory or an attempt to read memory outside of the program's address space), may always cause control to pass to the operating system without allowing the program an opportunity to handle the error. The details depend on the language's run-time system and the operating system.

See also: fatal error.

(1997-08-03)

Nearby terms: FAT32 « fatal « fatal error « fatal exception » fat binary » fat client » fat electrons

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb