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!

-- 
firefox-bin crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/519888
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to