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 102322 - nautilus crashes when Xft2 with subpixel AA enabled
nautilus crashes when Xft2 with subpixel AA enabled
Status: RESOLVED NOTGNOME
Product: nautilus
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 105908 105961 106163 107674 114336 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-01-02 01:22 UTC by Olivier Crête
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2003-01-02 01:22:15 UTC
Package: nautilus
Severity: normal
Version: 2.0.8
Synopsis: nautilus crashes when Xft2 with subpixel AA  enabled
Bugzilla-Product: nautilus
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (2.0.6)

Description:
nautilus crashes when sub-pixel AA is enabled.. I have nautilus 2.0.8
with pango 1.2.0 and gtk/gdk/glib 2.2.0 (and xft-fontconfig 2.1 from
XFree86 CVS)..

I'm putting this bug on nautilus, but it might well be fontconfig or
gtk/pango....

Making this my ~/.fonts.conf makes nautilus crash, removing it fixed the
problem...
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <match target="font">
                <test qual="all" name="rgba">
                        <const>unknown</const>
                </test>
                <edit name="rgba"
mode="assign"><const>rgb</const></edit>
        </match>
</fontconfig>




Debugging Information:

Backtrace was generated from '/usr/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)...
(no debugging symbols found)...[New Thread 16384 (LWP 7223)]
0x40ba0459 in wait4 () from /lib/libc.so.6

Thread 1 (Thread 16384 (LWP 7223))

  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 gnome_scores_display_with_pixmap
    from /usr/lib/libgnomeui-2.so.0
  • #4 __pthread_sighandler
    from /lib/libpthread.so.0
  • #5 <signal handler called>
  • #6 FcConfigAdd
    at fccfg.c line 925
  • #7 FcConfigSubstituteWithPat
    at fccfg.c line 1160
  • #8 FcFontRenderPrepare
    at fcmatch.c line 439
  • #9 pango_fc_font_map_get_patterns
    from /usr/lib/libpangoft2-1.0.so.0
  • #10 pango_fc_font_map_load_fontset
    from /usr/lib/libpangoft2-1.0.so.0
  • #11 pango_font_map_load_fontset
    from /usr/lib/libpango-1.0.so.0
  • #12 add_engines
    from /usr/lib/libpango-1.0.so.0
  • #13 pango_itemize
    from /usr/lib/libpango-1.0.so.0
  • #14 pango_layout_check_lines
    from /usr/lib/libpango-1.0.so.0
  • #15 pango_layout_get_extents_internal
    from /usr/lib/libpango-1.0.so.0
  • #16 pango_layout_get_extents
    from /usr/lib/libpango-1.0.so.0
  • #17 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #18 nautilus_sidebar_tabs_new
  • #19 nautilus_sidebar_tabs_new
  • #20 nautilus_sidebar_tabs_add_view
  • #21 nautilus_sidebar_add_panel
  • #22 nautilus_window_add_sidebar_panel
  • #23 nautilus_window_set_sidebar_panels
  • #24 nautilus_window_set_content_view_widget
  • #25 nautilus_window_get_base_page_index
  • #26 nautilus_window_get_base_page_index
  • #27 object_set_property
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_object_constructor
    from /usr/lib/libgobject-2.0.so.0
  • #29 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #30 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #31 gtk_widget_new
    from /usr/lib/libgtk-x11-2.0.so.0
  • #32 nautilus_application_create_window
  • #33 nautilus_shell_new
  • #34 Nautilus_Shell_open_default_window
  • #35 nautilus_application_startup
  • #36 main
  • #37 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-01 20:22 -------

Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.

Comment 1 Aschwin van der Woude 2003-01-02 07:00:25 UTC
The stack-trace is unique, but it doesn't seem Nautilus caused it. It
seems fontconfig is to blame.

Closing as NOTGNOME.
Comment 2 Luis Villa 2003-02-13 22:07:33 UTC
CC'ing keithp so that he'll see the stack trace.
Comment 3 Elijah Newren 2003-02-13 22:13:25 UTC
*** Bug 105961 has been marked as a duplicate of this bug. ***
Comment 4 John Fleck 2003-02-15 15:11:48 UTC
*** Bug 106163 has been marked as a duplicate of this bug. ***
Comment 5 Elijah Newren 2003-03-05 21:41:34 UTC
*** Bug 107674 has been marked as a duplicate of this bug. ***
Comment 6 Elijah Newren 2003-03-05 22:37:49 UTC
*** Bug 105908 has been marked as a duplicate of this bug. ***
Comment 7 Elijah Newren 2003-06-09 05:13:11 UTC
*** Bug 114336 has been marked as a duplicate of this bug. ***