Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!ucsd!chem.ucsd.edu!tps From: tps@chem.ucsd.edu (Tom Stockfisch) Newsgroups: comp.sys.sgi Subject: SIGFPE Message-ID: <624@chem.ucsd.EDU> Date: 11 Dec 89 22:42:06 GMT References: <8912111534.AA25453@prism.gatech.edu> Reply-To: tps@chem.ucsd.edu (Tom Stockfisch) Organization: Chemistry Dept, UC San Diego Lines: 10 With 3.2 floating point exceptions are ignored, with NaN's and Infinity's propagated through floating point exceptions, presumably according to IEEE rules. I happen to prefer that all exceptions result in SIGFPE being raised, so that a process stops right away and either aborts or calls a signal()-specified error handler. How can I achieve this? -- || Tom Stockfisch, UCSD Chemistry tps@chem.ucsd.edu