The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: John Cowan <cowan@ccil.org>
To: Paul Winalski <paul.winalski@gmail.com>
Cc: TUHS main list <tuhs@minnie.tuhs.org>
Subject: Re: [TUHS] A language question
Date: Wed, 1 Sep 2021 10:29:36 -0400	[thread overview]
Message-ID: <CAD2gp_TjwJJ9O57cwVAUvy+46-81tgsdPxdfLjbOfRNFTrjRNw@mail.gmail.com> (raw)
In-Reply-To: <CABH=_VQmKPDsceuVNFPTH9oyaYwjtmChwRGkXXGkgwpZwUGwXg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]

We know that SIGABRT was once SIGIOT, which was what PDP-11 Unix reported
if the code executed an IOT instruction (which was all that abort() did).
IOT was a trap instruction used by the aboriginal PDP-11 Paper Tape
Software in order to communicate with device drivers.  Later DEC OSes used
EMT and Unix used TRAP, because the manual said it was for "user traps" and
Unix is a user operating system.  At some point it seemed stupid to someone
to call the user-level routine abort() and the signal SIGIOT, and so added
SIGABRT as a synonym.  Not really an answer, but that's all I have.

On Wed, Sep 1, 2021 at 10:24 AM Paul Winalski <paul.winalski@gmail.com>
wrote:

> On 9/1/21, Dan Cross <crossd@gmail.com> wrote:
> >
> > As an aside, I'd always been under the impression that the "AB" in
> "ABEND"
> > comes from, "abnormal"?
>
> You are correct, Dan.  ABEND comes from the IBM (specifically
> OS/360/370) world and is short for "abnormal end".  It means that
> application program (called the "problem program" in IBM mainframe
> jargon) has terminated abnormally for some reason and control has
> returned to the operating system.  An ABEND was typically followed by
> a core dump to the printer.  As the manual for beginning programmers
> at Boston College said, "Despite what your German teacher might tell
> you, there is no such thing as a guten ABEND."
>
> -Paul W.
>

[-- Attachment #2: Type: text/html, Size: 1951 bytes --]

  reply	other threads:[~2021-09-01 14:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 13:23 Richard Salz
2021-09-01 13:28 ` Dan Cross
2021-09-01 13:44   ` Clem Cole
2021-09-01 14:23   ` Paul Winalski
2021-09-01 14:29     ` John Cowan [this message]
2021-09-01 15:59       ` Ron Natalie
2021-09-01 18:09         ` Warner Losh
2021-09-01 18:43         ` John Cowan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAD2gp_TjwJJ9O57cwVAUvy+46-81tgsdPxdfLjbOfRNFTrjRNw@mail.gmail.com \
    --to=cowan@ccil.org \
    --cc=paul.winalski@gmail.com \
    --cc=tuhs@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).