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: | transmission | Assignee: | Rahul Sundaram <sundaram> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | 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
Nikolas Slivka
2010-01-08 19:59:36 UTC
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. *** |