1ABORT(3)                   Library Functions Manual                   ABORT(3)
2
3
4

NAME

6       abort - generate a fault
7

DESCRIPTION

9       Abort  executes  an  instruction  which  is illegal in user mode.  This
10       causes a signal that normally terminates the process with a core  dump,
11       which may be used for debugging.
12

SEE ALSO

14       adb(1), sigvec(2), exit(2)
15

DIAGNOSTICS

17       Usually ``Illegal instruction - core dumped'' from the shell.
18

BUGS

20       The  abort()  function  does  not  flush  standard  I/O  buffers.   Use
21       fflush(3S).
22
23
24
257th Edition                      May 27, 1986                         ABORT(3)
Impressum