[9045] in Athena Bugs

home help back first fref pref prev next nref lref last post

More about the dbx problem --- it wasn't dbx, it was my use of gcc

daemon@ATHENA.MIT.EDU (John W. Lin)
Wed Mar 4 14:10:29 1992

To: bugs@Athena.MIT.EDU
Date: Wed, 04 Mar 92 14:10:08 EST
From: John W. Lin <jwlin@Athena.MIT.EDU>


------- Forwarded Message

Received: from ATHENA.MIT.EDU by po5.MIT.EDU (5.61/4.7) id AA11069; Wed, 4 Mar 92 12:28:22 -0500
Received: from ZIGGY.MIT.EDU by Athena.MIT.EDU with SMTP
	id AA16076; Wed, 4 Mar 92 12:28:15 EST
Received: by ziggy.MIT.EDU (5.61/4.7) id AA17967; Wed, 4 Mar 92 12:28:12 -0500
Message-Id: <9203041728.AA17967@ziggy.MIT.EDU>
To: jwlin@Athena.MIT.EDU
Cc: dot@Athena.MIT.EDU
Subject: Re: dbx error
In-Reply-To: 
Date: Wed, 04 Mar 92 12:28:09 EST
From: Dorothy Bowe <dot@Athena.MIT.EDU>


You recently reported a problem with dbx on the VAXstation in which dbx
reported 

	dbx: internal error: reference through nil pointer on line 121 of languages.c

This error was caused by the latest version of gcc, which produces
debugging symbols for gdb.  dbx may not understand all of these symbols.
The solution is to compile your program with the -gstabs option, as in

	gcc -c -g -gstabs <filename>.c

This option will become the default in the next version of gcc.

**********************************************************************************
					  |
"Excuse me, but you're confusing 	  |		dot@mit.edu
 me with someone who gives a damn."	  |		Dorothy Bowe
			- Frank McPike    |
					  |
*********************************************************************************

------- End of Forwarded Message


home help back first fref pref prev next nref lref last post