home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!caen!uvaarpa!murdoch!helga1.acc.Virginia.EDU!js9s
- From: js9s@helga1.acc.Virginia.EDU (Jiangeng Sun)
- Newsgroups: comp.sys.sgi
- Subject: dbx get into infinite loop: what I should do?
- Message-ID: <1992Dec13.172858.1800@murdoch.acc.Virginia.EDU>
- Date: 13 Dec 92 17:28:58 GMT
- Article-I.D.: murdoch.1992Dec13.172858.1800
- References: <1992Nov20.004227.18940@seas.gwu.edu> <JACKR.92Dec1112530@dblues.wpd.sgi.com> <JACKR.92Dec1132333@dblues.wpd.sgi.com>
- Sender: usenet@murdoch.acc.Virginia.EDU
- Reply-To: js9s@helga1.acc.Virginia.EDU (Jiangeng Sun)
- Distribution: usa
- Organization: University of Virginia
- Lines: 43
-
-
-
- I have a excutable which generated by linking both C and FORTRAN source code.
- and when I try to debug the program, here is what I get.
-
- /usr1/e771/usr/js9sf/pvm/SGI> dbx track_m
- dbx version 2.40 3/7/92 1:12
- Type 'help' for help.
- Reading symbolic information of `track_m' . . .
-
- warning: iaux (4) greater than max (2) for file 92
-
-
- warning: iaux (4) greater than max (2) for file 93
-
-
- warning: iaux (4) greater than max (2) for file 142
-
-
- warning: iaux (5) greater than max (4) for file 143
-
-
- warning: iaux (5) greater than max (4) for file 143
-
-
- warning: iaux (5) greater than max (4) for file 143
-
- ............ keep going forever.
-
-
- I guess I did not compile file 143 with -g, and somehow dbx does not like
- it, but HOW can I figure out which is file 143? I have linked with so many
- libraries, that it is impossible to retangle everything with -g.
-
- I tried gdb, which is fine for the c portion of the program. Since gdb does
- not support fortran, I got stuck.
-
- Is there anybody can enlighten me on this?
-
- Are there any other debugers I could try with support C and Fortran?
-
- thanks.
-
-