GNOME Bugzilla – Bug 300539
apps crashing with GTK 2.7
Last modified: 2005-08-12 18:39:40 UTC
Distribution: Fedora Core release 3 (Heidelberg) Package: Evolution Severity: normal Version: GNOME2.10.0 unspecified Gnome-Distributor: Red Hat, Inc Synopsis: Crash after upgrading xorg packages Bugzilla-Product: Evolution Bugzilla-Component: Shell Bugzilla-Version: unspecified BugBuddy-GnomeVersion: 2.0 (2.10.0) Description: Description of the crash: Evolution crashed like this after I upgraded the xorg packages on my system without restarting evo. Steps to reproduce the crash: 1. 2. 3. Expected Results: How often does this happen? Additional Information: Debugging Information: Backtrace was generated from '/usr/bin/evolution' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (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) [Thread debugging using libthread_db enabled] [New Thread -1208166720 (LWP 3430)] [New Thread -1254098000 (LWP 3533)] [New Thread -1232270416 (LWP 3529)] [New Thread -1221776464 (LWP 3500)] [New Thread -1211286608 (LWP 3499)] 0x00880402 in ?? ()
+ Trace 58142
Thread 1 (Thread -1208166720 (LWP 3430))
3082368, 156808184, 156808048, 2294503}}, sa_flags = 3082368, sa_restorer = 0} pid = ------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-04-13 14:56 ------- Unknown platform unknown. Setting to default platform "Other". Unknown milestone "unknown" in product "Evolution". Setting to default milestone for this product, '---' Setting to default status "UNCONFIRMED". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
*** Bug 300540 has been marked as a duplicate of this bug. ***
*** Bug 302186 has been marked as a duplicate of this bug. ***
*** Bug 304117 has been marked as a duplicate of this bug. ***
*** Bug 310831 has been marked as a duplicate of this bug. ***
*** Bug 312434 has been marked as a duplicate of this bug. ***
*** Bug 308946 has been marked as a duplicate of this bug. ***
*** Bug 312422 has been marked as a duplicate of this bug. ***
*** Bug 313108 has been marked as a duplicate of this bug. ***
Confirming because of the duplicates.
that's a gtk issue, other apps crash the same way with GTK 2.7 (epiphany, synaptic, ...)
Apps seems to be crashing when doing nothing special. gedit just crashed when changing the gconf fileselector key to "gnome-vfs" at the moment. epiphany, evolution crash several time crash quite often . The synaptic maintainer has got bugs about this too. Maybe this bug should be set as 2.8.0 or 2.8.1 (ie: for GNOME 2.12)? Do you guys require any debug detail on this?
Should be fixed by this change: 2005-08-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c: When changing the icon theme, defer the resetting of rc styles to an idle, so that it does not happen e.g during expose handling (which is problematic, since some widgets, like the toolbar, are changing the hierarchy in response to style changes). (#300539, reported by many people, analyzed by Owen Taylor)