freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] core in freetype2 code


From: Werner LEMBERG
Subject: Re: [Devel] core in freetype2 code
Date: Mon, 20 Sep 2004 15:59:42 +0200 (CEST)

> Since the last time I updated my ports tree on my FreeBSD stable
> box, palm/pose has been core dumping upon startup.  After enabling
> "-g" in palm/pose and the other dependent packages including
> freetype2, I found that the core happens in freetype2 ver. 2.1.7
> sources in the file gzip/ftgzip.c: line 406, function inflate().
> The function inflate() is coming from inflate.c but for some reason
> I'm not getting the debug details from that file even though
> freetype2 was compiled with the "-g" option.  Has anybody else
> encountered this problem or know why this could be happening?

I believe gzip/ftgzip.c isn't used at all but your system's zlib
library instead.  In case you use the configure script, say

  ./configure --without-zlib

to force the use of FreeType's gzip module.  Alternatively, define
FT_CONFIG_OPTION_SYSTEM_ZLIB in include/freetype/config/ftoption.h.


    Werner



reply via email to

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