Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!guy
From: guy@sun.uucp (Guy Harris)
Newsgroups: net.bugs
Subject: Re: Array of unions
Message-ID: <2364@sun.uucp>
Date: Sat, 29-Jun-85 00:28:09 EDT
Article-I.D.: sun.2364
Posted: Sat Jun 29 00:28:09 1985
Date-Received: Sun, 30-Jun-85 03:07:52 EDT
References: <27676@lanl.ARPA>
Distribution: net
Organization: Sun Microsystems, Inc.
Lines: 10

> ...the C compiler bombs with "Fatal error in /lib/ccom".

That's the best it could give you; that message is the "cc" command's
cryptic way of telling you that the compiler pass whose binary is in
/lib/ccom got a signal and dumped core/MOS.  "cc" should dump the signal
name (NOT number) and an indication of whether core was dumped or not.  At
least that would give the poor user a bit better indication of what went
wrong, and might help a little bit in debugging the compiler.

	Guy Harris