plan9 man page for abort

Query: abort

OS: plan9

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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) - osf1
abort(3) - debian
abort(3) - centos
abort(3) - xfree86
abort(3) - x11r4
Similar Topics in the Unix Linux Community
.../sun/install - aborting!
HPOV : coda is aborted
Why do I receive Program received signal SIGABRT, Aborted?
Passwd,shadow files deleted and abort sequence disabled
Shell Script to Abort if file name has space.