GNOME Bugzilla – Bug 312898
pango_shape assert hit
Last modified: 2005-08-08 19:32:22 UTC
Pango-ERROR **: file shape.c: line 75 (pango_shape): assertion failed: (glyphs->num_glyphs > 0) aborting... See http://bugzilla.gnome.org/show_bug.cgi?id=312631#c8 There is very little Gnumeric code involved here. Basically gnumeric is crashing in the middle of a file chooser dialog with a pango assertion. The pango version used is something like 1.8.x Owen: I don't see any particular reason for crashing the program at that point. It ought to be able to limp along after issuing a g_barf of some kind.
The assumption is made throughout a lot of the code that items are non-empty ... I can't even begin to predict the sorts of weird inexplicable stuff that would happen if this was made weaker. (Remember, most windows users will never see a Gtk-Critical) It would certainly be very good to fix the problems that are resulting in this, of course. *** This bug has been marked as a duplicate of 304702 ***