Bug 610289

Summary: [abrt] control-center-1:2.31.4.1-1.fc14: gtk_builder_get_object: Process /usr/bin/gnome-control-center was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Eric Blake <eblake>
Component: control-centerAssignee: Control Center Maintainer <control-center-maint>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: bnocera, control-center-maint, rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:aead3383c62aed3c43ec3fecb095a11d027cc923
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-22 15:02:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Eric Blake 2010-07-01 23:24:22 UTC
abrt version: 1.1.5
architecture: i686
Attached file: backtrace
cmdline: gnome-control-center display
component: control-center
crash_function: gtk_builder_get_object
executable: /usr/bin/gnome-control-center
global_uuid: aead3383c62aed3c43ec3fecb095a11d027cc923
kernel: 2.6.35-0.2.rc3.git0.fc14.i686.PAE
package: control-center-1:2.31.4.1-1.fc14
rating: 3
reason: Process /usr/bin/gnome-control-center was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Rawhide)
time: 1278025332
uid: 500

Comment 1 Eric Blake 2010-07-01 23:24:24 UTC
Created attachment 428579 [details]
File: backtrace

Comment 2 Bastien Nocera 2010-07-22 15:02:03 UTC
Fixed it upstream. Seeing as you'd need to change the theme and have loaded the "preferred applications" panel for that bug to happen, I'll let the fix trickle into rawhide when upstream makes a new release.

commit b8e36d565815441e75ecb41234740be6bc66b7ef
Author: Bastien Nocera <hadess>
Date:   Thu Jul 22 15:56:26 2010 +0100

    Fix possible crasher when theme changes
    
    When the theme or screen changes, we need to make sure that
    the previous handler for the theme-changed signal is disconnected
    to avoid the callback being called when the panel has been unloaded.