From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: 21.2 on Irix 6.5 segfault on startup; patch. Date: Sat, 05 Oct 2002 12:32:55 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200210042111.g94LBRJ07393@convair.dt.navy.mil> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033835944 11556 127.0.0.1 (5 Oct 2002 16:39:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Oct 2002 16:39:04 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xrxG-00030B-00 for ; Sat, 05 Oct 2002 18:39:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xrwt-0007DQ-00; Sat, 05 Oct 2002 12:38:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xrvA-0002RJ-00 for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2002 12:36:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xruv-0001wm-00 for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2002 12:36:38 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xrrP-0000Jn-00 for bug-gnu-emacs@gnu.org; Sat, 05 Oct 2002 12:32:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17xrrL-0002VP-00; Sat, 05 Oct 2002 12:32:55 -0400 Original-To: milgram@convair.dt.navy.mil In-reply-to: <200210042111.g94LBRJ07393@convair.dt.navy.mil> (message from Judah Milgram on Fri, 04 Oct 2002 17:11:27 -0400) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 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:3645 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3645 Compiled with gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) Problem seen with binutils 2.13, then I completely uninstalled binutils and re-compiled gcc (thus configuring to use system ld etc.) and rebuilt emacs. No change. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Seg fault & core dump on startup. Believe it or not, the following patch fixes things. Don't ask me why. I suspect that is due to a bug in the old GCC version you are using. It is not worth debugging, but does the latest GCC work right?