Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!princeton!grendel.Princeton.EDU From: rhl@grendel.Princeton.EDU (Robert Lupton (the Good)) Newsgroups: comp.unix.programmer Subject: Fortran divide check crashes interactive '386 Message-ID: <4983@idunno.Princeton.EDU> Date: 31 Dec 90 16:52:20 GMT Sender: news@idunno.Princeton.EDU Organization: Princeton University, Princeton, New Jersey Lines: 12 A colleague has a 386 running Interactive's unix, and the LPI fortran compiler. He reported that a divide by zero in fortran crashes the system, so I wrote a trivial C programme to catch SIGFPE --- it works fine. So I wrote a stub to set the handler from fortran, and now it works fine ONCE --- if you run the fortran a second time it still crashes the system. I have no further ideas --- do any of you? Robert