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 93102 - Segfault with freetype2 (in nautilus appli)
Segfault with freetype2 (in nautilus appli)
Status: RESOLVED DUPLICATE of bug 65109
Product: pango
Classification: Platform
Component: general
1.0.x
Other FreeBSD
: Normal normal
: ---
Assigned To: Owen Taylor
Owen Taylor
: 92694 93141 94060 95095 97087 97129 98082 98475 104680 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-09-12 10:05 UTC by nfritsch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description nfritsch 2002-09-12 10:05:07 UTC
Nautilus crashes when it starts, but the crash comes from the pango 
library. Should I report it to Nautilus instead?

Here's a stack trace:

(gdb) run
Starting program: /usr/X11R6/bin/nautilus 
(no debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no 
debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x284a2968 in MiniXftPatternFind (p=0x0, object=0x284bb010 "file", 
insert=0) at minixftpat.c:92
92	    for (i = 0; i < p->num; i++)
(gdb) where
  • #0 MiniXftPatternFind
    at minixftpat.c line 92
  • #1 MiniXftPatternGet
    at minixftpat.c line 262
  • #2 MiniXftPatternGetString
    at minixftpat.c line 327
  • #3 pango_ft2_pattern_hash
    at pangoft2-fontmap.c line 174
  • #4 g_hash_table_lookup
  • #5 pango_ft2_font_map_new_font
    at pangoft2-fontmap.c line 537
  • #6 pango_ft2_font_map_load_fontset
    at pangoft2-fontmap.c line 654
  • #7 pango_font_map_load_fontset
    at pango-fontmap.c line 128
  • #8 add_engines
    at pango-context.c line 660
  • #9 pango_itemize
    at pango-context.c line 422
  • #10 pango_layout_check_lines
    at pango-layout.c line 2904
  • #11 pango_layout_get_extents_internal
    at pango-layout.c line 1879
  • #12 pango_layout_get_extents
    at pango-layout.c line 2004
  • #13 pango_layout_get_pixel_size
    at pango-layout.c line 2091
  • #14 nautilus_sidebar_tabs_hit_test
  • #15 nautilus_sidebar_tabs_hit_test
  • #16 nautilus_sidebar_tabs_hit_test
  • #17 nautilus_sidebar_tabs_hit_test
  • #18 nautilus_sidebar_tabs_add_view
  • #19 nautilus_sidebar_add_panel
  • #20 nautilus_window_add_sidebar_panel
  • #21 nautilus_window_set_sidebar_panels
  • #22 nautilus_window_set_content_view_widget
  • #23 nautilus_window_zoom_to_fit
  • #24 nautilus_window_zoom_to_fit
  • #25 nautilus_window_zoom_to_fit
  • #26 g_object_constructor
  • #27 g_object_newv
  • #28 g_object_new_valist
  • #29 gtk_widget_new
  • #30 nautilus_application_create_window
  • #31 nautilus_shell_new
  • #32 nautilus_shell_new
  • #33 Nautilus_Shell_open_default_window
  • #34 nautilus_application_startup
  • #35 main
  • #36 _start

Pango version is 1.0.4, freetype2 is 2.1.2.
Nautilus is 2.0.6_4.
GLib is 2.0.6
Comment 1 John Fleck 2002-09-13 12:17:36 UTC
*** Bug 93141 has been marked as a duplicate of this bug. ***
Comment 2 Luis Villa 2002-10-21 18:20:10 UTC
*** Bug 95095 has been marked as a duplicate of this bug. ***
Comment 3 Luis Villa 2002-10-21 18:21:01 UTC
*** Bug 92694 has been marked as a duplicate of this bug. ***
Comment 4 Luis Villa 2002-10-24 17:14:40 UTC
*** Bug 94060 has been marked as a duplicate of this bug. ***
Comment 5 John Fleck 2002-10-29 13:48:28 UTC
*** Bug 97087 has been marked as a duplicate of this bug. ***
Comment 6 Elijah Newren 2002-10-29 17:25:14 UTC
*** Bug 97129 has been marked as a duplicate of this bug. ***
Comment 7 John Fleck 2002-11-09 14:14:28 UTC
*** Bug 98082 has been marked as a duplicate of this bug. ***
Comment 8 Elijah Newren 2002-11-14 17:49:20 UTC
*** Bug 98475 has been marked as a duplicate of this bug. ***
Comment 9 Owen Taylor 2002-11-21 22:23:27 UTC
This could either be "No XftConfig file" (a warning will
have been printed out) or "Found XftConfig file, but it
didn't point to any fonts". Either way, it's essentially
the same as bug 65109.

*** This bug has been marked as a duplicate of 65109 ***
Comment 10 Elijah Newren 2003-01-28 23:04:36 UTC
*** Bug 104680 has been marked as a duplicate of this bug. ***