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: Rob Browning
Subject: Re: m68k "Invalid character:" build failure look familiar to anyone?
Date: Thu, 25 Sep 2003 11:28:45 -0500
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> Rob Browning <address@hidden> 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




reply via email to

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