freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] Problem with cache manager


From: Werner LEMBERG
Subject: Re: [Devel] Problem with cache manager
Date: Fri, 06 Apr 2001 22:14:36 +0200 (CEST)

> I've built the ftview sample using vc++ 6.0. When the application
> closes it crashes with memory access error. I've traced into the
> cache manager where it appears to be trying to free the same memory
> twice. The first time through FT_Lru_Done(manager->sizes_lru) which
> frees the memory associated with sizes_lru and the second time
> through FT_Lru_Done( manager->faces_lru) which eventually tries to
> reaccess manager->sizes_lru.

We need to know which version of FreeType you are using.  Some memory
fixes have been applied recently; I suggest you try version 2.0.2.

> Also I've created a windows application to test with and created
> code to simply open the library and cache manager and then close
> both. I am not accessing either. When I close the app. I get memory
> leaks. I've traced the memory blocks into the cache manager but have
> not yet figured out what's going on. Has anyone had any problems in
> this area?

Can you provide any tracing log (if the problem is still there with
version 2.0.2)?  Do you have `purify'?


    Werner



reply via email to

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