From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24411 invoked by alias); 12 Mar 2007 23:59:28 -0000 Received: (qmail 24403 invoked by uid 22791); 12 Mar 2007 23:59:27 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Mar 2007 23:59:23 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 4C600134F24; Mon, 12 Mar 2007 16:59:22 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09279-02-6; Mon, 12 Mar 2007 15:59:21 -0800 (PST) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 6F069134ECF; Mon, 12 Mar 2007 16:59:21 -0700 (PDT) Received: from 192.168.92.92 ([192.168.92.92]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Mon, 12 Mar 2007 23:59:20 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 12 Mar 2007 16:59:21 -0700 Subject: Re: Debugging glibc crashes with GDB From: Michael Snyder To: Daniel Jacobowitz Cc: Mark Kettenis , rattanni@gmail.com, gdb@sourceware.org, paul@codesourcery.com In-Reply-To: <20070312110357.GA21646@caradoc.them.org> References: <3187bd480703111104r46b15863g2d59714f5cc3793e@mail.gmail.com> <20070312011502.GA29117@caradoc.them.org> <200703120829.l2C8Ted5027432@brahms.sibelius.xs4all.nl> <20070312110357.GA21646@caradoc.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 12 Mar 2007 23:59:00 -0000 Message-Id: <1173743961.11051.19.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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: 2007-03/txt/msg00178.txt.bz2 On Mon, 2007-03-12 at 07:03 -0400, Daniel Jacobowitz wrote: > On Mon, Mar 12, 2007 at 09:29:40AM +0100, Mark Kettenis wrote: > > Someone who cares enough about this should talk to the GCC and/or > > glibc people to make sure backtraces through abort() work. > > Working on it. Might a person work around this, in the mean time, by supplying his own version of abort?