[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] freetype infinite looping
From: |
Scott Long |
Subject: |
Re: [Devel] freetype infinite looping |
Date: |
Thu, 13 Dec 2001 10:27:38 -0800 |
Right, that's what I found as well. The infinite loop was occurring in
ahglyph.c. Stepping through, I find that on line ahglyph.c:838 (in the 2.0.5
distribution) is the line:
point = point->next.
Unfortunately, point == point->next and it loops forever.
This was observed using the little test driver I attached.
Thanks for looking at it,
Scott
On Thursday 13 December 2001 01:35 am, Werner LEMBERG wrote:
> > When run on an unusual truetype file, I can get freetype 2.0.4 and
> > later to get into an infinite loop. I think something is wrong with
> > the truetype file, but I can't figure out what.
>
> In any case, it is a bug in the autohinter. I don't get an infinite
> loop but a segfault. Here a backtrace from