[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ftsmooth.c and weird memory allocations.
From: |
Tom Kacvinsky |
Subject: |
Re: ftsmooth.c and weird memory allocations. |
Date: |
Thu, 29 Jun 2000 10:30:09 -0400 (EDT) |
Yep, there were changes in t2gload.c that I missed (starting with revision
1.16). In particular, the function close_contour changed, and there were
other changes, related to PPEM (percision rendering, I guess) ans some
changes related to scaling...
On Thu, 29 Jun 2000, Tom Kacvinsky wrote:
> Hi David,
>
> >
> > >
> > I've just commited a few bug fixes in the postscript font drivers, though
> > I doubt it would solve your problem..
> >
>
> Nope, it didn't... :(
>
> > Could you try them to see if this changes anything. Other than that,
> > it'd be interesting to see the values of "pitch" and "height" in this
> > example..
> >
>
> In ftsmooth, about to alloc 3529948224749712440 bytes (pitch = 893348810,
> height = 18446744073365950444).
>
> Now the question is: how did height get to be so large?
>
> I'll be looking at t2gload.c; I supect there is change there that I didn't
> catch.
>
> Tom
>