Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


abort()                  General Function                 abort()




End program immediately

void abort()

abort  terminates a  process with  a core  dump, creating  a file
called core, and prints a  message on the screen.  It is normally
invoked in  situations that ``should not  happen''.  For example,
malloc invokes abort if it discovers a corrupt storage arena.

Where possible, abort  executes a machine instruction that causes
the processor to trap.  If the signal associated with the trap is
caught or ignored, the dump will not be produced.

***** See Also *****

_exit(), core, exit(), general functions








































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026