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 101641 - pango_font_family_list_faces w/FT2 dies on Dingbats
pango_font_family_list_faces w/FT2 dies on Dingbats
Status: RESOLVED WONTFIX
Product: pango
Classification: Platform
Component: general
1.0.x
Other Linux
: Normal major
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2002-12-19 21:41 UTC by Lars Clausen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Small program that triggers this bug (when Dingbats is installed) (710 bytes, text/plain)
2002-12-19 21:45 UTC, Lars Clausen
Details

Description Lars Clausen 2002-12-19 21:41:20 UTC
Using the FT2 Pango context, Pango crashes in pango_font_family_list_faces when called on the Dingbats font found in gsfonts(-x11).  Trace below:

** ERROR **: file pangoft2-fontmap.c: line 959 (pango_ft2_family_list_faces): assertion failed: (res == MiniXftResultMatch)
aborting...
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGABRT, Aborted.
0x40415581 in kill () from /lib/libc.so.6
(gdb) bt
  • #0 kill
    from /lib/libc.so.6
  • #1 raise
    from /lib/libc.so.6
  • #2 abort
    from /lib/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 _pango_ft2_font_map_get_library
    from /usr/lib/libpangoft2-1.0.so.0
  • #6 pango_font_family_list_faces
    from /usr/lib/libpango-1.0.so.0
  • #7 list_families
  • #8 main
  • #9 __libc_start_main
    from /lib/libc.so.6

Comment 1 Lars Clausen 2002-12-19 21:45:44 UTC
Created attachment 13119 [details]
Small program that triggers this bug (when Dingbats is installed)
Comment 2 Owen Taylor 2002-12-20 16:31:05 UTC
What Dingbats font?
Does this happen with Pango-1.1.x as well?

It looks to me like a bug in the "MiniXft" library included
with Pango-1.0 ... if the bug doesn't occur with Pango-1.1,
it's probably not really worth investigating further.

Comment 3 Lars Clausen 2002-12-20 16:47:14 UTC
Sorry, being Debian-centric about fonts here.  The font is in the Debian gsfonts package, called d050000l.pfb. It's from URW.
Comment 4 Owen Taylor 2003-07-24 19:29:04 UTC
Assumming that it's pango-1.0.x only.