freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Freetype2 cvs crashes


From: Werner LEMBERG
Subject: Re: [ft-devel] Freetype2 cvs crashes
Date: Wed, 11 May 2005 14:42:15 +0200 (CEST)

> I cvs upped freetype2 from savannah repository and I see crashes in 
> applications that use freetype2. Here is the backtrace:
> 
> Program received signal SIGSEGV, Segmentation fault.
> tt_cmap4_next (cmap=0x597d30) at ttcmap.c:742
> 742                 FT_UInt  gindex = FT_NEXT_USHORT( p );
> (gdb) print gindex
> (gdb) print p
> $1 = (FT_Byte *) 0x2aabab3f91da <Address 0x2aabab3f91da out of bounds>
> (gdb) print *p
> Cannot access memory at address 0x2aabab3f91da
> (gdb)

Please do

  print *cmap

Maybe you can find out which font causes the crash?


    Werner




reply via email to

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