From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: segfault on make bootstrap (more info...) Date: Wed, 22 Oct 2003 17:51:09 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <18184591.1066837869068.JavaMail.www@wwinf0402> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066838234 12785 80.91.224.253 (22 Oct 2003 15:57:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2003 15:57:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 22 17:57:12 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACLMG-0002Oy-00 for ; Wed, 22 Oct 2003 17:57:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACLMF-0006fh-00 for ; Wed, 22 Oct 2003 17:57:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACLKj-0001xW-0J for emacs-devel@quimby.gnus.org; Wed, 22 Oct 2003 11:55:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ACLKG-0001pO-MM for emacs-devel@gnu.org; Wed, 22 Oct 2003 11:55:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ACLJb-0001h7-Lf for emacs-devel@gnu.org; Wed, 22 Oct 2003 11:54:58 -0400 Original-Received: from [193.252.22.27] (helo=mwinf0401.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACLGP-00018t-Qd; Wed, 22 Oct 2003 11:51:09 -0400 Original-Received: from wwinf0402 (wwinf0402 [172.22.135.29]) by mwinf0401.wanadoo.fr (SMTP Server) with ESMTP id 141FB580027B; Wed, 22 Oct 2003 17:51:09 +0200 (CEST) Original-To: emacs-devel , emacs-pretest-bug X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17343 gmane.emacs.pretest.bugs:1455 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17343 Hi, After playing with gdb (I am a newbie there) and loadup.el, I finally got the following backtrace. Maybe somebody has a idea of what could cause that problem, or could help me to debug that more precisely? Notice that I failed to dump 21.3.1 either. Sincerely, David (gdb) backtrace #0 0x007f5edc in memcpy () from /lib/tls/libc.so.6 #1 0x0815b3d2 in unexec (new_name=0xa6493a8 "/home/ponce/installs/emacs/lisp/emacs", old_name=0xa6493d4 "/home/ponce/installs/emacs/lisp/temacs", data_start=137866864, bss_start=0, entry_address=0) at unexelf.c:925 #2 0x080d9492 in Fdump_emacs (filename=174516796, symfile=174516780) at emacs.c:2155 #3 0x081334ae in Feval (form=135861544) at eval.c:2078 #4 0x0813101a in Fprogn (args=-1094580120) at eval.c:408 #5 0x08130f69 in Fif (args=-1440425712) at eval.c:357 #6 0x081335ff in Feval (form=-2009624484) at eval.c:2025 #7 0x08130f48 in Fif (args=-1440424832) at eval.c:356 #8 0x081335ff in Feval (form=-2009624484) at eval.c:2025 #9 0x08146b73 in readevalloop (readcharfun=705765364, stream=0xa13e820, sourcename=1779655604, evalfun=0x8133174 , printflag=0, unibyte=137870080, readfun=705652836) at lread.c:1376 #10 0x08145c54 in Fload (file=1779655604, noerror=705652836, nomessage=705652836, nosuffix=705652836, must_suffix=705652836) at lread.c:914 #11 0x081334fc in Feval (form=137863376) at eval.c:2092 #12 0x080da379 in top_level_2 () at keyboard.c:1301 #13 0x0813235e in internal_condition_case (bfun=0x80da368 , handlers=705746516, hfun=0x80da070 ) at eval.c:1333 #14 0x080da3a5 in top_level_1 () at keyboard.c:1309 #15 0x08131efd in internal_catch (tag=137870080, func=0x80da37c , arg=705652836) at eval.c:1094 #16 0x080da2f7 in command_loop () at keyboard.c:1270 #17 0x080d9e4c in recursive_edit_1 () at keyboard.c:987 #18 0x080d9f5c in Frecursive_edit () at keyboard.c:1043 #19 0x080d88b9 in main (argc=5, argv=0xbff00554) at emacs.c:1666