From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Jason Rumney" <jasonr@gnu.org>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Assertion failes in w32uniscribe.c
Date: Fri, 4 Apr 2008 11:35:05 +0200 [thread overview]
Message-ID: <f7ccd24b0804040235m762b6034k38af6533cc449a0e@mail.gmail.com> (raw)
In-Reply-To: <47F5E34B.9040207@gnu.org>
On Fri, Apr 4, 2008 at 10:14 AM, Jason Rumney <jasonr@gnu.org> wrote:
With new code:
--------------------------------------------------------------------------------
(gdb) break w32uniscribe.c:569
Breakpoint 3 at 0x1218e56: file w32uniscribe.c, line 569.
(gdb) break w32uniscribe.c:618
Breakpoint 4 at 0x1219166: file w32uniscribe.c, line 618.
(gdb) run -q
Starting program: C:\emacs\trunk\src/..\emacs.exe -q
[New thread 1560.0x720]
[New thread 1560.0x18c]
Breakpoint 3, uniscribe_check_otf (font=0x82d39c, otf_spec=19767413)
at w32uniscribe.c:572
572 script = XCAR (otf_spec);
(gdb) pp otf_spec
(gujr nil (rphf))
(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 otf_spec
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 otf_spec
nil
(gdb)
--------------------------------------------------------------------------------
My Emacs is compiled with optimization, -DENABLE_CHECKING=1 and
-fno-crossjumping. I can do a non-optimized build, if necessary.
Perhaps irrelevant, but the crash is in Windows XP Pro, usp10.dll's
version is 1.601.5022.8, and gcc is "gcc (GCC) 4.2.1-sjlj
(mingw32-2)".
Juanma
next prev parent reply other threads:[~2008-04-04 9:35 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-03 14:41 Assertion failes in w32uniscribe.c Juanma Barranquero
2008-04-03 15:06 ` Jason Rumney
2008-04-03 17:22 ` Juanma Barranquero
2008-04-04 8:14 ` Jason Rumney
2008-04-04 9:17 ` Juanma Barranquero
2008-04-04 9:42 ` Jason Rumney
2008-04-04 9:35 ` Juanma Barranquero [this message]
2008-04-04 10:29 ` Jason Rumney
2008-04-04 11:40 ` Juanma Barranquero
2008-04-04 11:44 ` Juanma Barranquero
2008-04-04 12:54 ` Juanma Barranquero
2008-04-04 17:02 ` Lennart Borgman (gmail)
2008-04-04 17:50 ` Claus
2008-04-04 20:34 ` Jason Rumney
2008-04-04 22:53 ` Lennart Borgman (gmail)
2008-04-04 19:32 ` Óscar Fuentes
2008-04-06 1:14 ` Jason Rumney
2008-04-06 1:47 ` Juanma Barranquero
2008-04-06 13:42 ` Jason Rumney
2008-04-06 15:36 ` Óscar Fuentes
2008-04-07 10:37 ` Juanma Barranquero
2008-04-07 11:03 ` Jason Rumney
2008-04-07 11:22 ` Juanma Barranquero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f7ccd24b0804040235m762b6034k38af6533cc449a0e@mail.gmail.com \
--to=lekktu@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=jasonr@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.