Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.sgi Subject: Re: Problem with -pfa option in f77 compile command Message-ID: <3801@auspex.auspex.com> Date: 31 Jul 90 18:03:19 GMT References: <8450.26b44961@rsmas.miami.edu> Organization: Auspex Systems, Santa Clara Lines: 12 >Where can I find out what "signal 139" means? "Memory fault - core dumped". 139 = 128+11. 11 means "memory fault" (11 is SIGSEGV, i.e. "memory fault"); 128 means "core dumped". Stu Feldman apparently thought it was good for your health to be obliged to dive into WAIT(2) to figure out what various error codes mean (presumably he wrote the original "f77" driver program, and definitely wrote the original "make", which also rudely reports signals numerically). I think it's bad for your health, which is why SunOS's "make" has, since 3.2 or so, reported those errors more sanely.