freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] More crashes on ARM


From: Werner LEMBERG
Subject: Re: [ft-devel] More crashes on ARM
Date: Fri, 27 Jan 2006 23:37:26 +0100 (CET)

> A segfault happens in this function:
> 
>   TT_Access_Glyph_Frame( [...]
> 
> which is called from (a fontconfig function):
> 
> GetScriptTags( [...]
> 
>     if (( error = tt_face->goto_table( tt_face, tabletag, stream, 0 ) ))  
> <----
>       return error;
> 
> #0  TT_Access_Glyph_Frame (loader=0x40b1219c, glyph_index=264832,
>     offset=319872, byte_count=1196445523) at ttgload.c:215
> #1  0x40aec9c0 in GetScriptTags (face=0x4e180, tabletag=1196445523,
>     stags=0xbefff830, script_count=0xbefff82c) at fcfreetype.c:2747

Hmm, there is one function level missing in the backtrace.
TT_Access_Glyph_Frame is certainly not called from GetScriptTags.

Maybe a DLL versioning problem?  Or do you have screwed up the
backtrace?


    Werner




reply via email to

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