emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m68k "Invalid character:" build failure look familiar to anyone?


From: Kevin Rodgers
Subject: Re: m68k "Invalid character:" build failure look familiar to anyone?
Date: Thu, 25 Sep 2003 11:33:34 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Rob Browning wrote:

Andreas Schwab <address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]