home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4885 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!batcomputer!msiadmin.cit.cornell.edu!bai
  2. From: bai@msiadmin.cit.cornell.edu (Dov Bai-MSI Visitor)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: 2.0 fails miserably in the PARANOIA program ( was: Division by 0 crashes OS2/2.0 )
  5. Message-ID: <1992Sep11.123326.22143@tc.cornell.edu>
  6. Date: 11 Sep 92 12:33:26 GMT
  7. References: <1992Sep9.225858.6523@tc.cornell.edu> <92Sep10.221229.26167@acs.ucalgary.ca>
  8. Sender: news@tc.cornell.edu
  9. Organization: /usr/local/lib/news/organization
  10. Lines: 26
  11. Nntp-Posting-Host: msiadmin.cit.cornell.edu
  12.  
  13. In article <92Sep10.221229.26167@acs.ucalgary.ca> bauwens@acs.ucalgary.ca (Luc Bauwens) writes:
  14.  
  15. >
  16. >Now about Paranoia:
  17. >
  18. >For MS Fortran 5.1, I get *exactly* the same behavior for an
  19. >OS/2 16 bits executable run under OS/2 2.0, for a DOS executable
  20. >under OS/2 2.00 and for the DOS executable under DOS 5.00.  I
  21. >don't have a machine with OS/2 1.3 handy, so I didn't try that.
  22.  
  23. Few things about the MS-Fortran experiments:
  24.  
  25. 1) I found that the OBJ file produced for the DPARA.FOR is larger than
  26.    64K (~70k). This may cause failure of the executable. I split
  27.    DPARA.FOR into 3 files. There are many subroutines so it is easy
  28.    to split.
  29.  
  30. 2) I found that compiling with optimization (the default)  causes 
  31.     failures with DPARA. When  I added the -Od switch the problems
  32.     went away.
  33.  
  34.  
  35. >Luc B
  36. >
  37.  
  38. Dov
  39.