Bug 546509

Summary: Crash in tooltip on_style_set ()
Product: [Fedora] Fedora Reporter: mdmpsyd <mdmpsyd>
Component: metacityAssignee: Owen Taylor <otaylor>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: afterhours19, ernest.schleicher, gl, mclasen, otaylor, quentin, soma-sk8, sorn.denis, tribby21
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:4937a22209c09040d11dba08911c254b9078f4ee
Fixed In Version: 2.28.0-13.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-27 20:27:33 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 mdmpsyd@gmail.com 2009-12-11 03:04:06 UTC
abrt 1.0.0 detected a crash.

Attached file: backtrace
cmdline: metacity
component: metacity
executable: /usr/bin/metacity
kernel: 2.6.31.6-162.fc12.i686.PAE
package: metacity-2.28.0-11.fc12
rating: 4
reason: Process was terminated by signal 11 (Segmentation fault)

Comment 1 mdmpsyd@gmail.com 2009-12-11 03:04:08 UTC
Created attachment 377659 [details]
File: backtrace

Comment 2 Owen Taylor 2009-12-11 13:26:55 UTC
Program terminated with signal 11, Segmentation fault.
#0  on_style_set (widget=<value optimized out>, prev=<value optimized out>)
    at ui/fixedtip.c:263
263	                             widget->style->xthickness,

===
static void
on_style_set (GtkWidget *widget, GtkStyle *prev)
{
  GtkWidget *alignment;

  alignment = gtk_bin_get_child (GTK_BIN (widget));
  gtk_alignment_set_padding (GTK_ALIGNMENT (alignment),
                             widget->style->ythickness,
                             widget->style->ythickness,
                             widget->style->xthickness,
                             widget->style->xthickness);
  gtk_widget_queue_draw (widget);
}

[...]

g_signal_connect_swapped (tip, "style-set",
                           G_CALLBACK (on_style_set), NULL);
===

The usage of _swapped() is in error here, right?

Comment 3 Matthias Clasen 2009-12-11 18:28:51 UTC
> The usage of _swapped() is in error here, right?  

Yeah, obviously.

Comment 4 Owen Taylor 2009-12-11 21:12:01 UTC
*** Bug 546754 has been marked as a duplicate of this bug. ***

Comment 5 Owen Taylor 2009-12-14 15:33:33 UTC
*** Bug 547360 has been marked as a duplicate of this bug. ***

Comment 6 Owen Taylor 2009-12-14 15:36:42 UTC
*** Bug 547187 has been marked as a duplicate of this bug. ***

Comment 7 Owen Taylor 2009-12-14 19:32:18 UTC
*** Bug 547486 has been marked as a duplicate of this bug. ***

Comment 8 Owen Taylor 2009-12-15 22:14:51 UTC
*** Bug 547884 has been marked as a duplicate of this bug. ***

Comment 9 Owen Taylor 2009-12-15 22:25:09 UTC
*** Bug 547890 has been marked as a duplicate of this bug. ***

Comment 10 Owen Taylor 2009-12-17 19:13:29 UTC
*** Bug 543192 has been marked as a duplicate of this bug. ***

Comment 11 Fedora Update System 2009-12-22 04:38:31 UTC
metacity-2.28.0-13.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update metacity'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13084

Comment 12 Fedora Update System 2009-12-27 20:27:04 UTC
metacity-2.28.0-13.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.