From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help,gmane.emacs.bugs Subject: Re: SOLVED: Emacs (all versions) dumps core when built against XFree86 4.3 Date: Tue, 13 May 2003 00:21:09 -0400 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3EC07022.8060309@yahoo.co.uk> Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1052799690 27474 80.91.224.249 (13 May 2003 04:21:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 May 2003 04:21:30 +0000 (UTC) Cc: rms@gnu.org Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 13 06:21:28 2003 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 19FRI7-00078z-00 for ; Tue, 13 May 2003 06:21:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FRJ6-0001JU-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 13 May 2003 00:22:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FRIr-00017V-00 for help-gnu-emacs@gnu.org; Tue, 13 May 2003 00:22:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FRIM-0000ZA-00 for help-gnu-emacs@gnu.org; Tue, 13 May 2003 00:21:43 -0400 Original-Received: from colo.agora-net.com ([207.245.84.69]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FRI1-0007wd-00; Tue, 13 May 2003 00:21:21 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 19FRHp-0005Ph-00; Tue, 13 May 2003 00:21:09 -0400 Original-To: hintak_leung@yahoo.co.uk In-reply-to: <3EC07022.8060309@yahoo.co.uk> (message from Hin-Tak Leung on Tue, 13 May 2003 05:10:10 +0100) Original-cc: samuel@ma.hw.ac.uk Original-cc: bug-gnu-emacs@gnu.org Original-cc: help-gnu-emacs@gnu.org Original-cc: mikeirw@pobox.com X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9648 gmane.emacs.bugs:5039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5039 From: Hin-Tak Leung Date: Tue, 13 May 2003 05:10:10 +0100 Apparently the problem is applicable to all version of emacs (including latest CVS, back to 19.34b), on all unix/unix-like systems for which GNU ld is the default linker, and for which GNU ld is quite up-to-date. Symptom: emacs dump cores at XtInitializeWidgetClass () with 'Fatal Error (11).Segmentational Fault' Solution: Adding '-z nocombreloc' to LDFLAGS Reason: 'combreloc' has become the default for recent GNU ld, which breaks the unexec/undump of both emacs and xemacs (all versions). thank you for posting this concise explanation and solution. supplying more details just help the diagnostic process, and ultimately benefit the individual himself who supplies the details that is very true. thi