Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ (2) — Plan9 4th Edition

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ABORT(2)

NAME

abort − generate a fault

SYNOPSIS

­#include <u.h>
­#include <libc.h>

voidabort(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

Plan 9  —  December 11, 1999

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026