From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25084 invoked by alias); 22 Jun 2009 19:03:09 -0000 Received: (qmail 24841 invoked by uid 22791); 22 Jun 2009 19:03:07 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,LOCALPART_IN_SUBJECT,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f210.google.com (HELO mail-fx0-f210.google.com) (209.85.220.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Jun 2009 19:02:59 +0000 Received: by fxm6 with SMTP id 6so3958457fxm.24 for ; Mon, 22 Jun 2009 12:02:56 -0700 (PDT) Received: by 10.103.224.2 with SMTP id b2mr2460542mur.30.1245697376426; Mon, 22 Jun 2009 12:02:56 -0700 (PDT) Received: from horst.localnet (port-92-204-65-212.dynamic.qsc.de [92.204.65.212]) by mx.google.com with ESMTPS id n7sm14794175mue.28.2009.06.22.12.02.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Jun 2009 12:02:55 -0700 (PDT) From: Maik Beckmann To: gdb@sourceware.org Subject: Re: debugging gdb Date: Mon, 22 Jun 2009 19:03:00 -0000 User-Agent: KMail/1.11.4 (Linux/2.6.29-ARCH; KDE/4.2.4; x86_64; ; ) References: <200906222048.02212.Beckmann.Maik@googlemail.com> <20090622185318.GA27526@caradoc.them.org> In-Reply-To: <20090622185318.GA27526@caradoc.them.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906222103.11092.Beckmann.Maik@googlemail.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00213.txt.bz2 Daniel Jacobowitz schrieb am Montag 22 Juni 2009 um 20:53: > On Mon, Jun 22, 2009 at 08:48:01PM +0200, Maik Beckmann wrote: > > > > However, I all I get by running my systems gdb-6.8 on the core file > > gdb --core=core > > Give GDB a binary, in addition to a core file. It'll do much better. Oh boy, sorry for being stupid. Thank you, --Maik PS: output Core was generated by `/home/maik/abs/gdb-archer/src/gdb-archer/build/gdb/gdb ./pong'. Program terminated with signal 11, Segmentation fault. [New process 24461] #0 0x0000000000633eaf in d_print_comp (dpi=0x7fff1e3310b0, dc=0x2734c28) at ../../libiberty/cp-demangle.c:3271 3271 d_append_buffer (dpi, dc->u.s_name.s, dc->u.s_name.len);