1ABORT(3) Library Functions Manual ABORT(3)
23
4
NAME
6abort - generate a fault
7
DESCRIPTION
9Abort executes an instruction which is illegal in user mode. This
10causes a signal that normally terminates the process with a core dump,
11which may be used for debugging.
12
SEE ALSO
14adb(1), sigvec(2), exit(2)
15
DIAGNOSTICS
17Usually ``Illegal instruction - core dumped'' from the shell.
18
BUGS
20The abort() function does not flush standard I/O buffers. Use
21fflush(3S).
2223
24
25
7th Edition May 27, 1986 ABORT(3)