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 300539 - apps crashing with GTK 2.7
apps crashing with GTK 2.7
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.7.x
Other other
: High critical
: ---
Assigned To: gtk-bugs
gtk-bugs
: 300540 302186 304117 312422 313108 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-04-13 18:56 UTC by Kjartan Maraas
Modified: 2005-08-12 18:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Kjartan Maraas 2005-04-13 18:56:13 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 ?? ()

Thread 1 (Thread -1208166720 (LWP 3430))

  • #0 ??
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 741

      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.

Comment 1 Elijah Newren 2005-04-13 19:19:17 UTC
*** Bug 300540 has been marked as a duplicate of this bug. ***
Comment 2 Elijah Newren 2005-04-28 03:56:03 UTC
*** Bug 302186 has been marked as a duplicate of this bug. ***
Comment 3 Elijah Newren 2005-05-14 01:24:56 UTC
*** Bug 304117 has been marked as a duplicate of this bug. ***
Comment 4 Not Zed 2005-08-02 06:15:24 UTC
*** Bug 310831 has been marked as a duplicate of this bug. ***
Comment 5 Christian Kirbach 2005-08-05 08:26:34 UTC
*** Bug 312434 has been marked as a duplicate of this bug. ***
Comment 6 Christian Kirbach 2005-08-05 08:29:33 UTC
*** Bug 308946 has been marked as a duplicate of this bug. ***
Comment 7 Teppo Turtiainen 2005-08-11 06:50:28 UTC
*** Bug 312422 has been marked as a duplicate of this bug. ***
Comment 8 Teppo Turtiainen 2005-08-11 06:51:46 UTC
*** Bug 313108 has been marked as a duplicate of this bug. ***
Comment 9 Teppo Turtiainen 2005-08-11 06:56:35 UTC
Confirming because of the duplicates.
Comment 10 Sebastien Bacher 2005-08-11 07:57:56 UTC
that's a gtk issue, other apps crash the same way with GTK 2.7 (epiphany,
synaptic, ...)
Comment 11 Sebastien Bacher 2005-08-12 10:05:38 UTC
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?
Comment 12 Matthias Clasen 2005-08-12 18:39:40 UTC
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)