Bug 553746

Summary: transmission-1.76-1.fc12 crashed in gtk_tray_icon_expose(): "g_assert (child->parent == GTK_WIDGET (container))"
Product: [Fedora] Fedora Reporter: Nikolas Slivka <snicore>
Component: transmissionAssignee: Rahul Sundaram <sundaram>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: albertopt, charles, jspaleta, metherid, sanjay.ankur, slishan, smohan, sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:123b288b302a02b1960a671fb81dbab65261d66d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-11 22:14:28 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 Nikolas Slivka 2010-01-08 19:59:36 UTC
abrt 1.0.3 detected a crash.

Attached file: backtrace
cmdline: transmission '/tmp/The /tmp/Th / /tm / /tm / /tmp /tm / /tm / /t /tmp/The Kille'
component: transmission
executable: /usr/bin/transmission
kernel: 2.6.31.9-174.fc12.i686.PAE
package: transmission-1.76-1.fc12
rating: 4
reason: Process was terminated by signal 6 (Aborted)

Comment 1 Nikolas Slivka 2010-01-08 19:59:39 UTC
Created attachment 382528 [details]
File: backtrace

Comment 2 Rahul Sundaram 2010-01-11 22:14:28 UTC

*** This bug has been marked as a duplicate of bug 539820 ***

Comment 3 Charles Kerr 2010-04-19 15:48:11 UTC
Looks like maybe there's memory corruption going on in this GtkWidget... gtk_tray_icon_expose() is trying to notify all its children about an expose event via gtk_window_expose() --> gtk_container_expose() --> IA__gtk_container_forall() --> IA__gtk_container_propagate_expose() and is failing on this assertion:

gtkcontainer.c:2717:  g_assert (child->parent == GTK_WIDGET (container));

Comment 4 Charles Kerr 2010-04-19 16:32:16 UTC
*** Bug 549144 has been marked as a duplicate of this bug. ***

Comment 5 Charles Kerr 2010-04-19 16:57:54 UTC
*** Bug 553883 has been marked as a duplicate of this bug. ***