home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / 17958 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.7 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!caen!uvaarpa!murdoch!helga1.acc.Virginia.EDU!js9s
  2. From: js9s@helga1.acc.Virginia.EDU (Jiangeng  Sun)
  3. Newsgroups: comp.sys.sgi
  4. Subject: dbx get into infinite loop: what I should do?
  5. Message-ID: <1992Dec13.172858.1800@murdoch.acc.Virginia.EDU>
  6. Date: 13 Dec 92 17:28:58 GMT
  7. Article-I.D.: murdoch.1992Dec13.172858.1800
  8. References: <1992Nov20.004227.18940@seas.gwu.edu> <JACKR.92Dec1112530@dblues.wpd.sgi.com> <JACKR.92Dec1132333@dblues.wpd.sgi.com>
  9. Sender: usenet@murdoch.acc.Virginia.EDU
  10. Reply-To: js9s@helga1.acc.Virginia.EDU (Jiangeng  Sun)
  11. Distribution: usa
  12. Organization: University of Virginia
  13. Lines: 43
  14.  
  15.  
  16.  
  17.   I have a excutable which generated by linking both C and FORTRAN source code.
  18. and when I try to debug the program, here is what I get.  
  19.  
  20. /usr1/e771/usr/js9sf/pvm/SGI> dbx track_m
  21. dbx version 2.40 3/7/92 1:12
  22. Type 'help' for help.
  23. Reading symbolic information of `track_m' . . .
  24.  
  25. warning: iaux (4) greater than max (2) for file 92
  26.  
  27.  
  28. warning: iaux (4) greater than max (2) for file 93
  29.  
  30.  
  31. warning: iaux (4) greater than max (2) for file 142
  32.  
  33.  
  34. warning: iaux (5) greater than max (4) for file 143
  35.  
  36.  
  37. warning: iaux (5) greater than max (4) for file 143
  38.  
  39.  
  40. warning: iaux (5) greater than max (4) for file 143
  41.  
  42. ............ keep going forever.
  43.  
  44.  
  45. I guess I did not compile  file 143 with -g, and somehow dbx does not like 
  46. it, but HOW can I figure out which is file 143?  I have linked with so many
  47. libraries, that it is impossible to retangle everything with -g. 
  48.  
  49. I tried gdb, which is fine for the c portion of the program. Since gdb does
  50. not support fortran, I got stuck.
  51.  
  52. Is there anybody can enlighten me on this? 
  53.  
  54. Are there any other debugers I could try with support C and Fortran?
  55.  
  56. thanks.
  57.   
  58.