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: Ismail Donmez
Subject: Re: [ft-devel] Freetype2 cvs crashes
Date: Wed, 11 May 2005 15:52:58 +0300
User-agent: KMail/1.8.50

On Wednesday 11 May 2005 15:42, you wrote:
> > 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

Program received signal SIGSEGV, Segmentation fault.
tt_cmap4_next (cmap=0x544b30) at ttcmap.c:742
742                 FT_UInt  gindex = FT_NEXT_USHORT( p );
(gdb) print *cmap
$1 = {cmap = {cmap = {charmap = {face = 0x543240, encoding = 
FT_ENCODING_UNICODE, platform_id = 0, encoding_id = 0},
      clazz = 0x2aaaab0a2b20}, data = 0x2aaaaaac9b6c "", unsorted = 0 '\0'}, 
old_charcode = 8208, cur_charcode = 8208, cur_gindex = 4,
  table_length = 234, num_ranges = 3, cur_range = 2, cur_start = 65535, 
cur_end = 65535, cur_delta = 1,
  cur_values = 0x2aabaaac9b91 <Address 0x2aabaaac9b91 out of bounds>}
(gdb

>
> Maybe you can find out which font causes the crash?

I sent a small test file in private.


-- 
They say people don't believe in heroes anymore




reply via email to

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