emacs-devel
[Top][All Lists]
Advanced

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

Re: Assertion failes in w32uniscribe.c


From: Juanma Barranquero
Subject: Re: Assertion failes in w32uniscribe.c
Date: Fri, 4 Apr 2008 13:40:08 +0200

On Fri, Apr 4, 2008 at 12:29 PM, Jason Rumney <address@hidden> wrote:

>  What about "pp features[i]" and "print i"

Breakpoint 3, uniscribe_check_otf (font=0x82d39c, otf_spec=19767413)
at w32uniscribe.c:572
572       script = XCAR (otf_spec);
(gdb) pp features[i]
0
(gdb) print i
$1 = 19767413
(gdb) continue
Continuing.

Breakpoint 4, uniscribe_check_otf (font=0x82d39c, otf_spec=19767413)
at w32uniscribe.c:621
621           OTF_INT16_VAL (tbl, 4, &scriptlist_table);
(gdb) pp features[i]
(rphf)
(gdb) print i
$2 = 0
(gdb) continue
Continuing.

w32uniscribe.c:679: Emacs fatal error: assertion failed: CONSP((rest))

Breakpoint 1, w32_abort () at w32fns.c:9380
9380      button = MessageBox (NULL,
(gdb) frame 2
#2  0x012198d2 in uniscribe_check_otf (font=0x82d39c,
otf_spec=19767413) at w32uniscribe.c:679
679           for (feature = XCAR (rest); CONSP (rest); feature = XCAR (rest))
(gdb) pp features[i]
Cannot access memory at address 0x6c27118
(gdb) print i
$3 = 26208257
(gdb)

 Juanma




reply via email to

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