From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: Build Failure Date: Tue, 07 May 2002 17:58:28 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <8296-Tue07May2002175828+0300-eliz@is.elta.co.il> References: <1020431829.514859@sj-nntpcache-5> <3CD2B8A1.E3BAC47@is.elta.co.il> <1020772560.927220@sj-nntpcache-5> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020783796 9799 127.0.0.1 (7 May 2002 15:03:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 May 2002 15:03:16 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1756Um-0002Xv-00 for ; Tue, 07 May 2002 17:03:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1756Ur-0002zn-00; Tue, 07 May 2002 11:03:21 -0400 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1756SE-0002st-00 for ; Tue, 07 May 2002 11:00:39 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.54-GA) with ESMTP id BKH37848; Tue, 7 May 2002 17:59:18 +0300 (IDT) Original-To: nicbrown@cisco.com X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <1020772560.927220@sj-nntpcache-5> (message from Nick Brown on Tue, 07 May 2002 12:57:49 +0100) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1213 > From: Nick Brown > Newsgroups: gnu.emacs.bug > Date: Tue, 07 May 2002 12:57:49 +0100 > > (gdb) where > #0 0x1ee824 in __DTOR_END__ () > (gdb) Thanks. Unfortunately, this is of no use: it seems like your Emacs binary is stripped, so there's no debug info there, and GDB cannot print the backtrace of function calls that led to the crash for lack of that information. Can you build Emacs with the -g switch, run the unstripped binary, and when it crashes, do what you've done here again, this time with the unstripped binary? TIA