Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!decwrl!uunet!mcsun!cernvax!chx400!urz.unibas.ch!doelz From: doelz@urz.unibas.ch Newsgroups: comp.sys.sgi Subject: Re: Problem with -pfa option in f77 compile command Message-ID: <1990Jul31.082732.848@urz.unibas.ch> Date: 31 Jul 90 07:27:32 GMT References: <8450.26b44961@rsmas.miami.edu> Organization: University of Basel, Switzerland Lines: 27 In article <8450.26b44961@rsmas.miami.edu>, miller@rsmas.miami.edu writes: > Problem with the F77 compiler when -pfa option is used: .. > f77 -O3 -Olimit 1200 -o programname programname.f > > but generates a "Fatal error in: /usr/lib/fcom - core dumped. Signal 139" if I > add the -pfa option to the above, viz., .. > > Where can I find out what "signal 139" means? Anybody else had this problem? > Any suggestions? I get the same problem on an SGI 120 running 3.3 while trying to compile the ray tracer (E.Merritt) posted in this group recently. Mine dies in the compilation if specified f77 -O2 -Olimit 1400 program.f object.o 4Dgifts/iristools/limimage/libimage.a Fatal error in /usr/lib/uopt - core dumped Signal 139 *** Error code 1 The two errors don't need to be related. As far as I got informed, SGI knows that the highest bit is accidentially set and 139 is just 139 - 128 = 11 (segmentation violation) SIGSEV. Regards Reinhard