home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9418 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.4 KB

  1. Xref: sparky comp.sys.hp:9418 comp.lang.fortran:3089
  2. Newsgroups: comp.sys.hp,comp.lang.fortran
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!uw-beaver!news.u.washington.edu!milton.u.washington.edu!seymour
  4. From: seymour@milton.u.washington.edu (Richard Seymour)
  5. Subject: HP-UX Fortran PreProcessor crashes on large program - why?
  6. Message-ID: <1992Aug18.233914.25255@u.washington.edu>
  7. Sender: news@u.washington.edu (USENET News System)
  8. Organization: University of Washington, Seattle
  9. Date: Tue, 18 Aug 1992 23:39:14 GMT
  10. Lines: 21
  11.  
  12. Hello...
  13. We have a middlin' large program (5200 lines) which causes the
  14. HP-UX Fortran Preprocessor to die with the following message group:
  15.  
  16.  FTNOPP/HP9000 S700  A.08.07 k092907
  17.  ### FATAL ERROR - READING REC# 1073837216 END OF FILE ENCOUNTERED
  18.  USER ROUTINE NAME CASCADE
  19.  
  20. If we try +OP4P or +OP3P, we get the bomb-out described above.
  21. I -suspect- the 1,073,837,216 is the size of our 1 gigabyte diskdrive.
  22. No prog.P is created (that we can see) during this test.
  23.  
  24. if we use +OP0c and +OP1c, it does not bomb, and the intermediate prog.P 
  25.   file is created.
  26.  
  27. Platform:  HP 9000/710,  48mb memory,  foreign 1Gb disk.
  28. The whole command line was:   f77 +e +es +OP4P -Wl,archive -o zmd zmd.f
  29. (the program came from a vms vax, hence  the +e and +es helped)
  30. Any suggestions or ways to chase the problem would be appreciated.
  31. (for the easily bemused, the OP0 took 1 minute cpu time, the OP1 took 4)
  32. --dick
  33.