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

  1. Path: sparky!uunet!ogicse!emory!gatech!news.ans.net!cmcl2!adm!news
  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: <34634@adm.brl.mil>
  6. Date: 13 Dec 92 17:56:07 GMT
  7. Article-I.D.: adm.34634
  8. Sender: news@adm.brl.mil
  9. Lines: 43
  10.  
  11.  
  12.  
  13.   I have a excutable which generated by linking both C and FORTRAN source code.
  14. and when I try to debug the program, here is what I get.  
  15.  
  16. /usr1/e771/usr/js9sf/pvm/SGI> dbx track_m
  17. dbx version 2.40 3/7/92 1:12
  18. Type 'help' for help.
  19. Reading symbolic information of `track_m' . . .
  20.  
  21. warning: iaux (4) greater than max (2) for file 92
  22.  
  23.  
  24. warning: iaux (4) greater than max (2) for file 93
  25.  
  26.  
  27. warning: iaux (4) greater than max (2) for file 142
  28.  
  29.  
  30. warning: iaux (5) greater than max (4) for file 143
  31.  
  32.  
  33. warning: iaux (5) greater than max (4) for file 143
  34.  
  35.  
  36. warning: iaux (5) greater than max (4) for file 143
  37.  
  38. ............ keep going forever.
  39.  
  40.  
  41. I guess I did not compile  file 143 with -g, and somehow dbx does not like 
  42. it, but HOW can I figure out which is file 143?  I have linked with so many
  43. libraries, that it is impossible to retangle everything with -g. 
  44.  
  45. I tried gdb, which is fine for the c portion of the program. Since gdb does
  46. not support fortran, I got stuck.
  47.  
  48. Is there anybody can enlighten me on this? 
  49.  
  50. Are there any other debugers I could try with support C and Fortran?
  51.  
  52. thanks.
  53.   
  54.