From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel,gmane.emacs.bidi Subject: Re: synchronizing emacs-unicode branch to HEAD Date: Tue, 09 Sep 2003 11:59:11 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200309082332.IAA27881@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1063102057 25797 80.91.224.253 (9 Sep 2003 10:07:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2003 10:07:37 +0000 (UTC) Cc: emacs-unicode@gnu.org, d.love@dl.ac.uk, emacs-bidi@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Sep 09 12:07:34 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19wfPK-0004k1-00 for ; Tue, 09 Sep 2003 12:07:34 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19wfbc-0000xv-00 for ; Tue, 09 Sep 2003 12:20:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wfO9-0004QH-2V for emacs-devel@quimby.gnus.org; Tue, 09 Sep 2003 06:06:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19wfHz-0005F5-3L for emacs-devel@gnu.org; Tue, 09 Sep 2003 05:59:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19wfHg-0004qq-EA for emacs-devel@gnu.org; Tue, 09 Sep 2003 05:59:43 -0400 Original-Received: from [195.135.220.2] (helo=Cantor.suse.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19wfHP-0004UH-R7; Tue, 09 Sep 2003 05:59:23 -0400 Original-Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id B972C15D4834; Tue, 9 Sep 2003 11:59:14 +0200 (CEST) Original-To: Kenichi Handa X-Yow: Yow! Maybe I should have asked for my Neutron Bomb in PAISLEY-- In-Reply-To: <200309082332.IAA27881@etlken.m17n.org> (Kenichi Handa's message of "Tue, 9 Sep 2003 08:32:34 +0900 (JST)") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16234 gmane.emacs.bidi:168 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16234 Kenichi Handa writes: > That branch is now obsolete. Please check out the branch > emacs-unicode-2. I'm getting a crash on ia64 during bootstrap while the lisp files are compiled. I can fix it with the patch below, but it is probably not the right fix. I guess one of the c_functions is not GC clean, but I haven't been able to find out which one. --- chartab.c.~1.1.4.1.~ 2003-09-09 10:27:16.000000000 +0200 +++ chartab.c 2003-09-09 11:41:35.000000000 +0200 @@ -773,8 +773,10 @@ map_char_table (c_function, function, ta { Lisp_Object range, val; int c, i; + struct gcpro gcpro1; range = Fcons (make_number (0), Qnil); + GCPRO1 (range); val = XCHAR_TABLE (table)->ascii; if (SUB_CHAR_TABLE_P (val)) val = XSUB_CHAR_TABLE (val)->contents[0]; @@ -818,6 +820,8 @@ map_char_table (c_function, function, ta else call2 (function, range, val); } + + UNGCPRO; } DEFUN ("map-char-table", Fmap_char_table, Smap_char_table, Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."