Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ERRLOG_$FAULT_STATUS              Domain/OS               ERRLOG_$FAULT_STATUS


NAME
     errlog_$fault_status - log a fault status

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/errlog.h>

     void errlog_$fault_status(short &stream_id)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/errlog.ins.pas';

     procedure errlog_$fault_status(in stream_id: ios_$id_t)

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'
     %include '/sys/ins/errlog.ins.ftn'

           integer*4 stream_id

           call errlog_$fault_status(stream_id)

DESCRIPTION
     Errlog_$fault_status writes diagnostic information for the last fault in
     the current process to the stream defined by stream_id.  The content and
     format of the diagnostic information depends on the machine and operating
     system version that the calling program is running on.

     stream_id
          The stream ID to log the diagnostic information on.

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