Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!att!news.cs.indiana.edu!julius.cs.uiuc.edu!usc!sdd.hp.com!ucsd!chiton!martin From: martin@chiton.ucsd.edu (Martin Olivera) Newsgroups: comp.lang.fortran Subject: Error Messages Keywords: Run-time? Message-ID: <610@chiton.ucsd.edu> Date: 5 Dec 90 17:29:05 GMT Organization: UCSD - Scripps Inst. of Oceanogr. - MPL Lines: 22 Hi folks; Does anybody know where to find the explanation of the following error messages. I couldn't find them in any SUN documentation. *** IOT Trap = signal 6 code 0 *** Bus Error = signal 10 code 2 *** Segmentation Violation = signal 11 code 3 I'm running fortran in a SPARC 1, and the funny thing is that the first error (IOT ...) happens only sometimes for the same run (same executable with same input). I compiled the code to use the debugger and when I ran the program everything went fine. Any clues on what may be going on?. My first compilation was using the -O (optimizer) option. My next steps are to compile with the -O2, and then the -O1 options and see if this still happens. Thanx in advance, Martin martin@mollusk.ucsd.edu