From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eric S. Raymond" Newsgroups: gmane.emacs.bugs Subject: make bootstrap segfaults Date: Mon, 16 Aug 2004 07:01:20 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200408161101.i7GB1KCR019815@snark.thyrsus.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1092654496 18466 80.91.224.253 (16 Aug 2004 11:08:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Aug 2004 11:08:16 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 16 13:08:07 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwfLT-00054F-00 for ; Mon, 16 Aug 2004 13:08:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwfPZ-00040Y-LQ for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Aug 2004 07:12:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BwfPW-00040H-Vs for bug-gnu-emacs@gnu.org; Mon, 16 Aug 2004 07:12:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BwfPV-0003za-AW for bug-gnu-emacs@gnu.org; Mon, 16 Aug 2004 07:12:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwfPV-0003zT-83 for bug-gnu-emacs@gnu.org; Mon, 16 Aug 2004 07:12:17 -0400 Original-Received: from [66.92.53.140] (helo=snark.thyrsus.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BwfL5-0003OA-Ut for bug-gnu-emacs@gnu.org; Mon, 16 Aug 2004 07:07:44 -0400 Original-Received: from snark.thyrsus.com (localhost [127.0.0.1]) by snark.thyrsus.com (8.12.11/8.12.11) with ESMTP id i7GB1KKp019818 for ; Mon, 16 Aug 2004 07:01:20 -0400 Original-Received: (from esr@localhost) by snark.thyrsus.com (8.12.11/8.12.11/Submit) id i7GB1KCR019815; Mon, 16 Aug 2004 07:01:20 -0400 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8719 Emacs doesn't build. Linux kernel 2.6.7-1.494.2.2smp. Fedora Core 2 distribution. Emacs CVS head, Dumping under names emacs and emacs-21.3.50 make[1]: *** [bootstrap-emacs] Segmentation fault make[1]: Leaving directory `/home/esr/cvs/emacs/src' make: *** [bootstrap] Error 2 gdb backtrace shows this: Program received signal SIGSEGV, Segmentation fault. 0x0075cd6c in memcpy () from /lib/tls/libc.so.6 (gdb) bt #0 0x0075cd6c in memcpy () from /lib/tls/libc.so.6 #1 0x08166202 in unexec (new_name=0x90f20d4 "/home/esr/cvs/emacs/src/emacs", old_name=0x90f20f8 "/home/esr/cvs/emacs/src/temacs", data_start=137918216, bss_start=0, entry_address=0) at unexelf.c:925 #2 0x080e1629 in Fdump_emacs (filename=152144008, symfile=152143976) at emacs.c:2179 #3 0x0813ef04 in Feval (form=135912680) at eval.c:2091 #4 0x0813c8e3 in Fprogn (args=-162016876) at eval.c:408 #5 0x0813c821 in Fif (args=147663685) at eval.c:357 #6 0x0813f04d in Feval (form=137910452) at eval.c:2038 #7 0x0813c800 in Fif (args=147665629) at eval.c:356 #8 0x0813f04d in Feval (form=137910452) at eval.c:2038 #9 0x08153187 in readevalloop (readcharfun=146378857, stream=0x8bbe808, sourcename=146529995, evalfun=0x813ebd0 , printflag=0, unibyte=146298929, readfun=146298929) at lread.c:1376 #10 0x081521d3 in Fload (file=146529995, noerror=146298929, nomessage=146298929, nosuffix=137921088, must_suffix=18287366) at lread.c:914 #11 0x0813ef46 in Feval (form=137914728) at eval.c:2105 #12 0x080e25a9 in top_level_2 () at keyboard.c:1315 #13 0x0813dda2 in internal_condition_case (bfun=0x80e2598 , handlers=146359857, hfun=0x80e226c ) at eval.c:1346 #14 0x080e25dd in top_level_1 () at keyboard.c:1323 #15 0x0813d931 in internal_catch (tag=137921088, func=0x80e25ac , arg=146298929) at eval.c:1107 #16 0x080e2517 in command_loop () at keyboard.c:1280 #17 0x080e201c in recursive_edit_1 () at keyboard.c:978 #18 0x080e213c in Frecursive_edit () at keyboard.c:1039 #19 0x080e0a2e in main (argc=5, argv=0xfeeec254) at emacs.c:1687 -- Eric S. Raymond The most foolish mistake we could possibly make would be to permit the conquered Eastern peoples to have arms. History teaches that all conquerors who have allowed their subject races to carry arms have prepared their own downfall by doing so. -- Adolph Hitler, April 11 1942.