From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: m68k "Invalid character:" build failure look familiar to anyone? Date: Thu, 25 Sep 2003 11:33:34 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F7326EE.2080608@yahoo.com> References: <87smmmoilt.fsf@raven.i.defaultvalue.org> <87eky5ai0x.fsf@raven.i.defaultvalue.org> <87eky47umm.fsf@raven.i.defaultvalue.org> <87y8wc6ddu.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064513290 15248 80.91.224.253 (25 Sep 2003 18:08:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 18:08:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 25 20:08: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 1A2aXA-0002on-00 for ; Thu, 25 Sep 2003 20:08: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 1A2aeR-0003FG-00 for ; Thu, 25 Sep 2003 20:15:39 +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 1A2aTr-0003nU-Rk for emacs-devel@quimby.gnus.org; Thu, 25 Sep 2003 14:04:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2aPP-0002uR-57 for emacs-devel@gnu.org; Thu, 25 Sep 2003 14:00:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2aIR-000126-8g for emacs-devel@gnu.org; Thu, 25 Sep 2003 13:52:55 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2aGa-0000tB-HJ for emacs-devel@gnu.org; Thu, 25 Sep 2003 13:51:00 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A2aG2-0002OU-00 for ; Thu, 25 Sep 2003 19:50:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2aFq-0002Mh-04 for ; Thu, 25 Sep 2003 19:50:14 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A2Zza-0002Xf-00 for ; Thu, 25 Sep 2003 19:33:26 +0200 Original-Lines: 34 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us 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:16637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16637 Rob Browning wrote: > Andreas Schwab writes: >>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) Hmmm: (format "%c" -134217728) => "\200" The other characters are: (concat '(8 131 8 194 9 33 136 195 9 64 33 136 196 197 9 65 34 136 198 199 9 65 71 34 135)) => "\203\302 !\210\303 @!\210\304\305 A\"\210\306\307 AG\"\207" -- Kevin Rodgers