From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31307 invoked by alias); 9 Mar 2009 08:04:23 -0000 Received: (qmail 31152 invoked by uid 22791); 9 Mar 2009 08:04:21 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Mar 2009 08:04:13 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n29845kg032756; Mon, 9 Mar 2009 09:04:05 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n29844qD025990; Mon, 9 Mar 2009 09:04:04 +0100 (CET) Date: Mon, 09 Mar 2009 08:04:00 -0000 Message-Id: <200903090804.n29844qD025990@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: santoshbr4@gmail.com CC: gdb@sourceware.org In-reply-to: <22407055.post@talk.nabble.com> (message from Santosh B R on Sun, 8 Mar 2009 21:29:30 -0700 (PDT)) Subject: Re: Backtrace failed when program crashed due to abort call. References: <22407055.post@talk.nabble.com> 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-03/txt/msg00063.txt.bz2 > Date: Sun, 8 Mar 2009 21:29:30 -0700 (PDT) > From: Santosh B R > > Hi All, > I think this is an existing bug in gdb wherein the backtrace fails to give > information, when a program is terminated by abort call. This is not a problem in GDB, but a problem with overzealous optimization by GCC. Please complain about this on the GCC lists.