Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ abort(3C) — HP-UX 5.50

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

adb(1)

exit(2)

kill(2)

signal(2)

ABORT(3C)  —  HP-UX

NAME

abort − generate an IOT fault

SYNOPSIS

int abort ( )

DESCRIPTION

Abort first closes all open files if possible, then causes the SIGIOT signal to be sent to the process.  This usually results in termination with a core dump. 

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

SEE ALSO

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

DIAGNOSTICS

If SIGIOT is neither caught nor ignored, and the current directory is writable, a core dump is produced and the message “abort − core dumped” is written by the shell. 

Hewlett-Packard Company  —  Version B.1,  May 11, 2021

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