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)
Created attachment 382528 [details] File: backtrace
*** This bug has been marked as a duplicate of bug 539820 ***
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));
*** Bug 549144 has been marked as a duplicate of this bug. ***
*** Bug 553883 has been marked as a duplicate of this bug. ***