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 11:17:53 +0200

On Fri, Apr 4, 2008 at 10:14 AM, Jason Rumney <address@hidden> wrote:

>  (with old code, after the crash):
>  frame 2
>  pp otf_spec
>
>  (with new code):
>  break w32uniscribe.c:569
>  break w32uniscribe.c:618
>  run -q
>  pp otf_spec

Are you assuming that after adding this:

  /* Check the spec is in the right format.  */
  if (!CONSP (otf_spec) || Flength (otf_spec) < 3)
    return 0;

it does not crash? Because it still does.

   Juanma




reply via email to

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