> It seems to be caused by gcc option -mtune=i686 for libfreetype
> compilation, without it ftview does not crash.  In both cases I
> combined it with -O2.  I compiled freetype on slackware 12.2 (x86
> linux, gcc 4.2.4). The backtrace of ftview is:
> 
> #0  0xb8062a0a in ftc_basic_family_load_bitmap (ftcfamily=0x8077790, 
> gindex=0, 
> manager=0x8066670, 
>     aface=0xbfb9e018) at 
> /usr/local/src/freetype-2.3.9/src/cache/ftcbasic.c:164
> 164           FT_Face  face = size->face;

Please try compilation with -O0 -- the above line looks quite normal
to me.  Can you also try valgrind?


    Werner


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to