From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: unexelf.c maybe broke between 21.1 and 21.2 Date: Wed, 28 Aug 2002 19:02:30 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <9003-Wed28Aug2002190230+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030550396 22946 127.0.0.1 (28 Aug 2002 15:59:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 Aug 2002 15:59:56 +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 17k5EW-0005xK-00 for ; Wed, 28 Aug 2002 17:59:52 +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 17k5Fu-0006mX-00; Wed, 28 Aug 2002 12:01:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17k5FD-0006jp-00 for bug-gnu-emacs@gnu.org; Wed, 28 Aug 2002 12:00:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17k5F5-0006jc-00 for bug-gnu-emacs@gnu.org; Wed, 28 Aug 2002 12:00:34 -0400 Original-Received: from freya.inter.net.il ([192.114.186.14]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17k5F5-0006jY-00 for bug-gnu-emacs@gnu.org; Wed, 28 Aug 2002 12:00:27 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by freya.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BSA71251; Wed, 28 Aug 2002 19:00:20 +0300 (IDT) Original-To: Tom.Horsley@ccur.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Horsley Tom on Wed, 28 Aug 2002 10:16:53 -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:3339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3339 > From: Horsley Tom > Date: Wed, 28 Aug 2002 10:16:53 -0400 > > > > The unexelf.c in emacs-21.2 fails to build a functional object file on > my > > > system. The resulting emacs always coredumps because none of its globals > > > actually have correctly initialized values in them. > > > > Thank you for your report, but please tell what system is that. (M-x > > report-emacs-bug RET would provide this and other relevant info.) > > I could tell you, but it wouldn't really help because it isn't a system > that emacs knows about anyway :-). (It is far less trouble to apply the > patches to each releases configure scripts than to try to find all the > lawyers I need to submit the patches permanently to the FSF). > > However, here is what it reports: > > In GNU Emacs 21.2.2 (powerpc-concurrent-powermax, Motif Version 2.1.0) > of 2002-08-28 on amber2 Could you see if the reason for the problems is the change in unexelf which makes it use read/write instead of mmap?