I get crashes when rendering the following page with Firefox and Opera (with GTK) (but not Konqueror or Chrome) :
http://sourceforge.net/p/gsmartcontrol/code/1/tree/
Debugging shows the crash happens at ftsmooth.c:3118
- Code: Select all
if ( !autohinted && use_known_settings_on_selected_fonts && mode == FT_RENDER_MODE_LCD
&& ( strcasestr(slot->face->family_name, "Courier New" )
&& ( strcasestr(slot->face->style_name, "Regular" )
|| strcasestr(slot->face->style_name, "Italic" ) ) ) )
family_name is 0x0, style_name is "\177". slot->face seems to have a valid address.
If you can't reproduce it, I'll be happy to help.
I'm using OpenSUSE packages (x86_64), autohinting disabled, hintmedium (gives better shapes to e.g. 'e' than hintslight), no local.conf, untouched infinality-settings.sh.