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 312898 - pango_shape assert hit
pango_shape assert hit
Status: RESOLVED DUPLICATE of bug 304702
Product: pango
Classification: Platform
Component: general
1.8.x
Other Windows
: Normal major
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-08-08 15:00 UTC by Morten Welinder
Modified: 2005-08-08 19:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2005-08-08 15:00:38 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.
Comment 1 Owen Taylor 2005-08-08 19:32:22 UTC
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 ***