freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] [BUG] freetype2 CVS/HEAD: crash in FT_Get_Name_Index (ftobjs


From: Melchior FRANZ
Subject: Re: [Devel] [BUG] freetype2 CVS/HEAD: crash in FT_Get_Name_Index (ftobjs.c:2407)
Date: Wed, 5 May 2004 19:40:51 +0200
User-agent: KMail/1.6.52

* Werner LEMBERG -- Tuesday 13 April 2004 07:32:
> > The valgrind debugger (http://valgrind.kde.org/) says:
> > 
> > ==25130== Conditional jump or move depends on uninitialised value(s)
> > ==25130==    at 0x3C06BFF2: FT_Get_Name_Index (ftobjs.c:2406)
> > ==25130==    by 0x804B1BD: checkEncoding (mkfontscale.c:1025)
> > ==25130==    by 0x804AA92: doDirectory (mkfontscale.c:912)
> > ==25130==    by 0x8049548: main (mkfontscale.c:264)
[...]

> Maybe a compiler bug?  Please repeat everything with `-g -O0'.  If
> this doesn't help, please convert FT_FACE_LOOKUP_SERVICE and
> FT_FACE_FIND_SERVICE to real functions so that we get better traces.

No, the bug is still there. It only didn't happen at my last test, probably
because the uninitialized memory was at least filled with data that didn't
trigger the crash. I need it to be 0 again for further inspection.  :-/

And I'm not the only one. I read a complaint about this bug in a KDE forum.

m.




reply via email to

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