Comment 8 for bug 519888

Revision history for this message
Chris Sherlock (ta-bu-shi-da-yu) wrote :

What's interesting here is the following:

#12 0x0108e364 in MOZ_gdk_display_close (display=0xb7664140)
    at nsAppRunner.cpp:2585
 theme_is_qt = 0
 settings = <value optimized out>
 theme_name = (gchar *) 0xa38150e0 "\001\002�"

Something is corrupting the theme_name.

The lines that get the theme_name:

  GtkSettings* settings =
    gtk_settings_get_for_screen(gdk_display_get_default_screen(display));
  gchar *theme_name;
  g_object_get(settings, "gtk-theme-name", &theme_name, NULL);

Very odd!