Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ abort(3) — Ultrix-11 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

adb(1)

exit(2)

signal(2)

abort(3)

NAME

abort − generate IOT fault

SYNTAX

int abort()

DESCRIPTION

The abort subroutine executes the PDP11 IOT instruction.  This causes a signal that normally terminates the process with a core dump, which may be used for debugging. 

It is possible for abort to return control if SIGIOT is caught or ignored.  In this case, the value returned is that of the kill(2) system call. 

DIAGNOSTICS

If SIGIOT is neither caught nor ignored, and the current directory is writable, a core dump is produced and the message "IOT trap -- core dumped" is written by the shell. 

SEE ALSO

adb(1), exit(2), signal(2)

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