Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ll-xn!mit-eddie!bu-cs!tower From: tower@bu-cs.BU.EDU (Leonard H. Tower Jr.) Newsgroups: comp.windows.x Subject: Re: server debugging Message-ID: <20338@bu-cs.BU.EDU> Date: 2 Mar 88 18:12:03 GMT References: <8802242206.AA10721@siesta.megatek.uucp> <8802291359.AA01925@flume.dec.com> Reply-To: tower@bu-it.bu.edu (Leonard H. Tower Jr.) Followup-To: comp.windows.x Organization: Distributed Systems Group, Boston University, 111 Cummington Street, Boston, MA 02215, USA +1 (617) 353-2780 Lines: 23 Summary: try gdb, the GNU Debugger X-Home: 36 Porter Street, Somerville, MA 02143, USA +1 (617) 623-7739 X-UUCP-Path: ..!harvard!bu-cs!tower In article <8802291359.AA01925@flume.dec.com> vasudev@DECVAX.DEC.COM writes: |Our experience has shown that dbx itself is not a perfect example |of robust code either. Dbx barfs on very large object modules with |a large number of symbols with and ->Internal Table Overflow<- |or by just plain lying about what its doing. We have had the good |luck of being supported by an outstanding engineer who has fixed |many bugs in dbx. | |-Vasudev I suggest you try gdb, the GNU DeBugger, if you are unhappy with dbx's faults, or just want a better debugger. The latest version 2.5 (released with version 18.50 of GNU Emacs) runs on: m-isi-ov.h m-sun3.h m-vax.h m-merlin.h m-sun2.h m-news800.h m-umax.h Information on obtaining gdb via ftp or tape can be gotten from: gnu@prep.ai.mit.edu enjoy -len