abort(2) plan9 man page | unix.com

Man Page: abort

Operating Environment: plan9

Section: 2

ABORT(2)							System Calls Manual							  ABORT(2)

NAME
abort - generate a fault
SYNOPSIS
#include <u.h> #include <libc.h> void abort(void)
DESCRIPTION
Abort causes an access fault, causing the current process to enter the `Broken' state. The process can then be inspected by a debugger.
SOURCE
/sys/src/libc/9sys/abort.c ABORT(2)
Related Man Pages
abort(3) - debian
errstr(2) - plan9
abort(3) - suse
abort(3c) - hpux
abort(3p) - posix
Similar Topics in the Unix Linux Community
examine core file after abort()
rerun a script if aborted and exited
aborted due to compilation error
Why do I receive Program received signal SIGABRT, Aborted?
awk inside shell and script aborting