Bug 669155
| Summary: | [abrt] qtcWindowDelayedUpdate was killed by signal 11 (SIGSEGV) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | luxyrybugs | ||||||
| Component: | qtcurve-gtk2 | Assignee: | Jaroslav Reznik <jreznik> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 14 | CC: | andy.hilmer, caolanm, cesar2m, christopher, hein, rdieter, thomasj | ||||||
| Target Milestone: | --- | Keywords: | Patch, Triaged | ||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:c8b74d5b81eb694313721601f01515596bdbbc60 | ||||||||
| Fixed In Version: | qtcurve-gtk2-1.8.5-4.fc14 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2011-03-30 20:01:49 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
luxyrybugs
2011-01-12 19:13:32 UTC
Created attachment 473107 [details]
File: backtrace
Not reported before, almost certainly due to your theme which is presumably qtcurve. If you try another one does it "go away" Created attachment 473219 [details] make timer callbacks threadsafe Maybe it is a threading issue, seeing that the qtcWWMoveStartDelayedDrag function is invoked by timer, but it calls Gdk/Gtk functions without acquiring the gdk mutex first (see http://library.gnome.org/devel/gdk/stable/gdk-Threads.html). In that case, the attached patch should fix it. *** Bug 669838 has been marked as a duplicate of this bug. *** *** Bug 689692 has been marked as a duplicate of this bug. *** This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. qtcurve-gtk2-1.8.5-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/qtcurve-gtk2-1.8.5-4.fc14 qtcurve-gtk2-1.8.5-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/qtcurve-gtk2-1.8.5-4.fc15 qtcurve-gtk2-1.8.5-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. qtcurve-gtk2-1.8.5-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 712541 has been marked as a duplicate of this bug. *** |