From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.emacs.devel Subject: Re: m68k "Invalid character:" build failure look familiar to anyone? Date: Thu, 25 Sep 2003 11:28:45 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87y8wc6ddu.fsf@raven.i.defaultvalue.org> References: <87smmmoilt.fsf@raven.i.defaultvalue.org> <87eky5ai0x.fsf@raven.i.defaultvalue.org> <87eky47umm.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1064507531 30057 80.91.224.253 (25 Sep 2003 16:32:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 16:32:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 25 18:32:08 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 1A2Z2G-0002Rt-00 for ; Thu, 25 Sep 2003 18:32:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2Z9V-0002tV-00 for ; Thu, 25 Sep 2003 18:39:37 +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 1A2Yzq-0000n2-LZ for emacs-devel@quimby.gnus.org; Thu, 25 Sep 2003 12:29:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2Yz3-0000me-F0 for emacs-devel@gnu.org; Thu, 25 Sep 2003 12:28:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2Yz1-0000mG-NW for emacs-devel@gnu.org; Thu, 25 Sep 2003 12:28:48 -0400 Original-Received: from [66.93.216.237] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2Yz1-0000m3-AZ for emacs-devel@gnu.org; Thu, 25 Sep 2003 12:28:47 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 20A673FC2; Thu, 25 Sep 2003 11:28:46 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id F3F98810FE; Thu, 25 Sep 2003 11:28:45 -0500 (CDT) Original-To: Andreas Schwab In-Reply-To: (Andreas Schwab's message of "Thu, 25 Sep 2003 18:12:48 +0200") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (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:16635 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16635 Andreas Schwab writes: > Rob Browning writes: > >> Also, here's the first bit of a backtrace I just generated in case >> that's helpful: >> >> #0 invalid_character (c=-134217728) >> at /home/rlb/tmp/emacs21-21.3+1/src/charset.c:117 >> #1 0x80033c2a in char_to_string (c=-134217728, >> str=0x80852ef4 "o88592:\t\t\t\t\tcs_CZ.ISO8859-2") >> at /home/rlb/tmp/emacs21-21.3+1/src/charset.c:270 >> #2 0x800d7fee in concat (nargs=1, args=0xefffc098, target_type=Lisp_String, >> last_special=0) at /home/rlb/tmp/emacs21-21.3+1/src/fns.c:822 >> #3 0x800d7a26 in Fconcat (nargs=1, args=0xefffc098) >> at /home/rlb/tmp/emacs21-21.3+1/src/fns.c:434 >> #4 0x800d326e in Feval (form=1350173948) >> at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:1986 >> #5 0x800d0d1a in Fprogn (args=274922548) >> at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:431 > > Can you please print out the lisp expression that args points to at this > place? See etc/DEBUG for more information. Sure: (gdb) up #2 0x800d7fee in concat (nargs=1, args=0xefffc098, target_type=Lisp_String, last_special=0) at /home/rlb/tmp/emacs21-21.3+1/src/fns.c:822 822 toindex_byte += CHAR_STRING (c, p); (gdb) p *args $2 = 1350394612 (gdb) pr (8 131 8 -134217728 194 9 33 136 195 9 64 33 136 196 197 9 65 34 136 198 199 9 65 71 34 135) -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4