GNOME Bugzilla – Bug 150653
Crash when selecting font
Last modified: 2004-12-22 21:47:04 UTC
Selecting some text to modify font via Properties: Standard - Text> Font> Other fonts > Select Font I get on clicking <family>: **ERROR**: file shape.c: line 75 (pango_shape): assertion failed: (glyphs->num_glyphs > 0) aborting... where <family> includes: Euclid Extra Euclid Math One Euclid Math Two Euclid Symbol Marlet Math1 Math1 mono Math2 Math2 mono MT Extra MT Symbol Symbol Webdings Windigs Reported by Alejandro Jakubi
These fonts work fine in GIMP on Windows. Could not reproduce the bug on Linux
I'm getting a lot of messages like the following: (null) - 16: Couldn't load font "Arial Narrow Condensed 12" falling back to "San s Condensed 12" But dia doesn't crash for the fonts where I'm getting these error messages.
The bug occurs in dia_gtk_font_selection_show_available_styles(): The last call to pango_font_face_get_face_name() goes wrong.
*** This bug has been marked as a duplicate of 149643 ***