Bug 528915

Summary: [abrt] crash detected in control-center-1:2.28.0-16.fc12
Product: [Fedora] Fedora Reporter: Radek Vokál <rvokal>
Component: qtAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: bnocera, control-center-maint, kevin, ltinkl, rdieter, rstrode, than, vitopoma
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:6d50cd423e09efe279ccddb823f203111c1fee52
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-14 11:40:11 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 Radek Vokál 2009-10-14 10:27:41 UTC
abrt detected a crash.


How to reproduce
-----
1.
2.
3.


Comment
-----
Changin icon theme crashed the application

Additional information
======


Attached files
----
backtrace

cmdline
-----
gnome-appearance-properties --show-page=background 


component
-----
control-center


executable
-----
/usr/bin/gnome-appearance-properties


kernel
-----
2.6.31.1-56.fc12.i686


package
-----
control-center-1:2.28.0-16.fc12


reason
-----
Process was terminated by signal 11

Comment 1 Radek Vokál 2009-10-14 10:27:54 UTC
Created attachment 364737 [details]
File: backtrace

Comment 2 Bastien Nocera 2009-10-14 10:44:03 UTC
You should have looked at the backtrace...

Comment 3 Kevin Kofler 2009-10-14 11:40:11 UTC
Using gtk-qt-engine with QGtkStyle is not going to work, you can't have GTK+ and Qt both trying to use each other for drawing! Your backtrace is showing an infinite recursion between gtk-qt-engine and QGtkStyle.

And there is no qt4 package in Fedora anymore, bugs should be filed against qt, not qt4.

Comment 4 Bastien Nocera 2009-10-16 19:14:23 UTC
*** Bug 529422 has been marked as a duplicate of this bug. ***

Comment 5 Kevin Kofler 2009-10-22 13:40:25 UTC
Also seen by our friends over at Ubuntu. They ended up just removing gtk-qt-engine due to this and other issues and due to upstream being basically dead. :-(

Of course it's not possible to use gtk-qt-engine with QGtkStyle, but crashing definitely isn't the nicest way to react. :-(