After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150653 - Crash when selecting font
Crash when selecting font
Status: RESOLVED DUPLICATE of bug 149643
Product: dia
Classification: Other
Component: win32
CVS head
Other Windows
: Normal normal
: ---
Assigned To: Steffen Macke
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-20 17:10 UTC by Steffen Macke
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steffen Macke 2004-08-20 17:10:42 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
Comment 1 Steffen Macke 2004-08-27 19:15:16 UTC
These fonts work fine in GIMP on Windows.
Could not reproduce the bug on Linux
Comment 2 Steffen Macke 2004-08-27 19:32:58 UTC
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.
Comment 3 Steffen Macke 2004-08-27 20:24:02 UTC
The bug occurs in dia_gtk_font_selection_show_available_styles():
The last call to 
pango_font_face_get_face_name() goes wrong.
Comment 4 Hans Breuer 2004-09-19 21:25:16 UTC

*** This bug has been marked as a duplicate of 149643 ***