+A **program crash** is an abrupt, unintended termination of a [computer program](/wiki/computer_program). This sudden halt often occurs when an unexpected [error](/wiki/error) prevents the software from continuing its normal operation, sometimes resulting in data loss or system unresponsiveness.
+## See also
+- [Bug](/wiki/bug)
+- [Debugging](/wiki/debugging)
+- [Exception](/wiki/exception)
... 1 more lines