9srv Manual Collection
/
plan9
/
abort
(
2
)
9srv Manual Collection
/
plan9
/
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
9srv Manual Collection
/
plan9
/
abort
(
2
)
Rev: Sun Dec 02 23:42:16 GMT 2007