software bug
error, flaw, failure or fault in a computer program/system that produces an incorrect or unexpected result or causes it to behave in unintended ways
deadlock
state in which members are blocking each other
Concon
software bug in Windows
software regression
software bug that breaks previously working functionality
ABA problem
multithreading computing anomaly when a thread reads a location twice with the same value, so that it looks like nothing has happened, but in fact another thread had changed the value and restored it
vulnerability
security weakness which allows an attacker to reduce a system's information assurance
Double free
potential security vulnerability when attempting to free up the same memory area multiple times
paper cut bug
trivially fixable usability bug
security bug
software bug that can be exploited to gain unauthorized access or privileges on a computer system
Nuclear Gandhi
urban legend software bug in the video game Civilization
Bush hid the facts
Bug in Microsoft Windows Applications
focus stealing
in computing, a mode error produced when a program not in focus (e.g. minimized or operating in background) places a window in the foreground and redirects all keyboard input to that window, considered to be an annoyance or hazard
time formatting and storage bugs
class of software bugs which may cause time and date calculation or display to be improperly handled
infinite loop
programming idiom
Sorcerer's Apprentice Syndrome
network protocol flaw in the original versions of TFTP
Internet Explorer box model bug
graphics problem in web design
Linux kernel oops
type of error on the Linux kernel
time-of-check to time-of-use
class of software bugs
Cyrix coma bug
Design flaw in Cyrix 6x86 processors
Scunthorpe problem
problem caused by profanity filters on the Internet
stack overflow
type of software bug
race condition
situation in computer system that occurs when multiple processes try to access a common resource
logic error
a bug in a program that causes it to operate incorrectly, but not to terminate abnormally
wild branch
software bug of branching to an invalid target address
Known error
a software bug that has not been fixed
resource leak
the phenomenon where a program doesn't properly release resources like memory, file handles, or sockets, causing them to remain occupied in vain (leading to potential issues like performance degradation, crashes, or data loss)
Bohr bug
program error