Category
page 1Software anomalies
exception handling
process of responding to anomalous or exceptional conditions requiring special processing in computer programming
2024 CrowdStrike incident
global computer systems outage
deadlock
state in which members are blocking each other

glitch
thumb|upright=1.3|A railway station display affected by a visual glitch, corrupting some of the text
memory leak
type of resource leak that occurs when a computer program incorrectly manages memory allocations

NaN
thumb|An example of NaN appearing as a calculation error for input N/A on an electronic weather forecast
In computing, NaN (), standing for Not a Number, is a particular value of a numeric data type (often a floating-point number) which is undefined as a number, such as the result of 0/0. Systematic use of NaNs was introduced by the IEEE 754 floating-point standard in 1985, along with the representation of other non-finite quantities such as infinities.
system crash
abnormal situation when a computer program such as a software application or an operating system stops functioning properly and exits
glitch art
practice of using digital or analog errors for aesthetic purposes
zero to the power of zero
mathematical expression with no necessarily obvious value
hang
computer software failure mode in which a process makes no progress and stops responding to input
unreachable code
section of code in a program that can never be executed
dead code
section in the source code of a program which is executed but whose result is never used in any other computation. The execution of dead code wastes computation time and memory
heap overflow
type of buffer overflow
stack buffer overflow
software anomaly
redundant code
unnecesary source code or compiled code in a computer program which cannot affect its results

Common Weakness Enumeration
catalog of software weaknesses and vulnerabilities
Windows Error Reporting
crash reporting technology
crash reporter
computer crash reporter
undefined value
in computing, a condition where an expression does not have a correct value
undocumented feature
unintended or undocumented operation or feature