From owner-freebsd-current Sun May 19 14:58:45 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 3ADF237B406; Sun, 19 May 2002 14:58:41 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g4JLwe9Q080625; Sun, 19 May 2002 14:58:40 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g4JLwe33080624; Sun, 19 May 2002 14:58:40 -0700 (PDT) Date: Sun, 19 May 2002 14:58:40 -0700 From: Steve Kargl To: Terry Lambert Cc: obrien@FreeBSD.ORG, Giorgos Keramidas , freebsd-current@FreeBSD.ORG Subject: Re: gdb breaks world Message-ID: <20020519145840.A80466@troutmask.apl.washington.edu> References: <20020518125604.A72462@troutmask.apl.washington.edu> <20020519023108.GB10039@hades.hell.gr> <20020518201215.A74579@troutmask.apl.washington.edu> <20020519110149.B39336@dragon.nuxi.com> <3CE816DF.81998F03@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CE816DF.81998F03@mindspring.com>; from tlambert2@mindspring.com on Sun, May 19, 2002 at 02:19:27PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 19, 2002 at 02:19:27PM -0700, Terry Lambert wrote: > Both Twins: "Wonder Twin powers, Activate!" > > Jayna: "Take the form of ... patches!" > Zan: "Take the form of ... a complaining email!" > Gleek the code monkey: "Gleek! Gleeeeeek! Gleek!" > Terry, you are an idiot. I wasn't complaining! I hadn't seen this particular failure mentioned on the list. David was probably aware of the problem, but in case he (and others) hadn't seen the problem, I reported it in a short email with the details. If I were to complain, I'd choose the lack of functional C++ libraries after the gcc 3.1 upgrade. I, however, recognize the difficult and thankless job that David has with maintaining the compiler infrastructure. Finally, since you're quick with the wit, can you tell me how to debug the following problem when I can't compile the debugger. kargl[223] cat a.c #include int main(void) { /* This isn't the problem. The problem is with gdb. */ abort(); } kargl[224] !gcc gcc -g a.c kargl[225] gdb a.out GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message