Bug 553746 - transmission-1.76-1.fc12 crashed in gtk_tray_icon_expose(): "g_assert (child->parent == GTK_WIDGET (container))"
Summary: transmission-1.76-1.fc12 crashed in gtk_tray_icon_expose(): "g_assert (child-...
Keywords:
Status: CLOSED DUPLICATE of bug 539820
Alias: None
Product: Fedora
Classification: Fedora
Component: transmission
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rahul Sundaram
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:123b288b302a02b1960a671fb81...
: 549144 553883 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-08 19:59 UTC by Nikolas Slivka
Modified: 2013-03-13 05:47 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-01-11 22:14:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (11.61 KB, text/plain)
2010-01-08 19:59 UTC, Nikolas Slivka
no flags Details

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. ***


Note You need to log in before you can comment on or make changes to this bug.