Loading AI tools
Unscheduled termination of a process From Wikipedia, the free encyclopedia
In a computer or data transmission system, to abort means to terminate, usually in a controlled manner, a processing activity because it is impossible or undesirable for the activity to proceed or in conjunction with an error. Such an action may be accompanied by diagnostic information on the aborted process.[1]
This article needs additional citations for verification. (January 2021) |
This article appears to be a dictionary definition. (May 2023) |
In addition to being a verb, abort also has two noun senses. In the most general case, the event of aborting can be referred to as an abort. Sometimes the event of aborting can be given a special name, as in the case of an abort involving a Unix kernel where it is known as a kernel panic. Specifically in the context of data transmission, an abort is a function invoked by a sending station to cause the recipient to discard or ignore all bit sequences transmitted by the sender since the preceding flag sequence.
In the C programming language, abort()
is a standard library function that terminates the current application and returns an error code to the host environment.[2]
abort()
in C or C++ to terminate execution. This approach helps prevent further errors or potential data corruption.[2][4]Aborts are typically logged, especially in critical systems, to facilitate troubleshooting and improve future runs.[4]
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.