From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Wuertele Newsgroups: gmane.emacs.help Subject: stock fedora, stock emacs-21.3, "./compile; make" segfaults in loadup dump Date: Mon, 27 Oct 2003 10:16:07 -0800 Organization: Berkeley Fluent Network Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067279986 31843 80.91.224.253 (27 Oct 2003 18:39:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 18:39:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 27 19:39:44 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AECHH-0003Uq-00 for ; Mon, 27 Oct 2003 19:39:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AECFy-0001K8-M5 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Oct 2003 13:38:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEC98-0005nH-4o for help-gnu-emacs@gnu.org; Mon, 27 Oct 2003 13:31:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEC8K-0005In-6Q for help-gnu-emacs@gnu.org; Mon, 27 Oct 2003 13:30:59 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEC8H-0005Hs-Sj for help-gnu-emacs@gnu.org; Mon, 27 Oct 2003 13:30:26 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AEC8E-00028J-00 for ; Mon, 27 Oct 2003 19:30:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEBuS-0001sx-00 for ; Mon, 27 Oct 2003 19:16:08 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AEBuS-00077y-00 for ; Mon, 27 Oct 2003 19:16:08 +0100 Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:FNpNKO9rpRgDfeKFyC+Vhc8DFi8= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13569 On my stock install of Fedora Test3, I downloaded stock emacs-21.3 and ran "./compile; make". The make doesn't complete because of a segfault: ... LC_ALL=C ./temacs -batch -l loadup dump Loading loadup (source)... Using load-path (/home/build/emacs-21.3/lisp) ... ... Finding pointers to doc strings...done Wrote /home/build/emacs-21.3/lib-src/fns-21.3.1.el Dumping under names emacs and emacs-21.3.1 make[1]: *** [emacs] Segmentation fault make[1]: *** Deleting file `emacs' make[1]: Leaving directory `/home/build/emacs-21.3/src' make: *** [src] Error 2 [root@localhost emacs-21.3]# uname -a Linux localhost.localdomain 2.4.22-1.2088.nptl #1 Thu Oct 9 20:21:24 EDT 2003 i686 i686 i386 GNU/Linux [root@localhost emacs-21.3]# rpm -q binutils binutils-2.14.90.0.6-3 [root@localhost emacs-21.3]# rpm -q gcc gcc-3.3.1-6 [root@localhost emacs-21.3]# Any suggestions? Thanks, Dave