From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: unexec problem Date: Tue, 05 Feb 2008 03:04:25 -0500 Message-ID: References: <878x20v2ki.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202200107 31485 80.91.229.12 (5 Feb 2008 08:28:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2008 08:28:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 05 09:28:48 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMJAX-0006P5-GR for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 09:28:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMJA5-0003gy-7O for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 03:28:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMJ85-0002fr-4d for emacs-devel@gnu.org; Tue, 05 Feb 2008 03:26:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMJ7x-0002bJ-By for emacs-devel@gnu.org; Tue, 05 Feb 2008 03:26:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMJ7t-0002ZX-75 for emacs-devel@gnu.org; Tue, 05 Feb 2008 03:25:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMJ7s-0001Uf-RU for emacs-devel@gnu.org; Tue, 05 Feb 2008 03:25:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JMIn3-0007Zh-Da; Tue, 05 Feb 2008 03:04:25 -0500 In-reply-to: <878x20v2ki.fsf@stupidchicken.com> (message from Chong Yidong on Mon, 04 Feb 2008 16:23:09 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88254 Archived-At: > When I try to bootstrap, bootstrap-emacs crashes > in the first call to malloc. Experience shows this is > usually due to a bug in the unexec mechanism. > However, unexelf.c is unchanged from Emacs 22. > > Since this sort of thing is a big pain to debug, > does anyone have any clues? Is this on the trunk? Yes. And it worked a week ago. I think the unicode merge broke it.