[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:19:10 -0400 (EDT) |
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