Bug 1283950
| Summary: | [regression] [wayland] gdk_wayland_window_show() is broken (was: [abrt] gnome-builder: gdk_wayland_window_show(): gnome-builder killed by SIGSEGV) | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Stadelmann <fedora> | ||||||||||||||||||
| Component: | gtk3 | Assignee: | David King <amigadave> | ||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||
| Version: | 23 | CC: | amigadave, ccecchi, gnome-sig, ignatenko, jean-baptiste, klember, mclasen | ||||||||||||||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b59a2045523a78eb3ddfe0ce52690b42183fd44c | ||||||||||||||||||||
| Whiteboard: | abrt_hash:c143eb106a2beb6ab19fe568a093bd24a782ed01;VARIANT_ID=workstation; | ||||||||||||||||||||
| Fixed In Version: | gtk3-3.18.5-3.fc23 | Doc Type: | Bug Fix | ||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||
| Last Closed: | 2015-12-18 01:40:36 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
Christian Stadelmann
2015-11-20 11:28:47 UTC
Created attachment 1097106 [details]
File: backtrace
Created attachment 1097107 [details]
File: core_backtrace
Created attachment 1097108 [details]
File: dso_list
Created attachment 1097109 [details]
File: limits
Created attachment 1097110 [details]
File: maps
Created attachment 1097111 [details]
File: namespaces
Created attachment 1097112 [details]
File: open_fds
Created attachment 1097113 [details]
File: proc_pid_status
I was wrong before, this crasher also happens in .py files. And it happens in xml files without a previous search too. This issue seems to be caused when gnome-builder tries to display a small window for showing code completion suggestions. I guess it is specific to wayland. This issue is a regression to Gtk3 3.18.2 on Fedora 23. Thanks, should be fixed in gtk3-3.18.5-3.fc23 gtk3-3.18.5-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-4a95ea0626 gtk3-3.18.5-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update gtk3' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-4a95ea0626 gtk3-3.18.5-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. Sorry, this fix is just avoiding the crash but still makes the popup window not appear at all. gnome-builder's code completion doesn't work any more with gtk3-3.18.5-3.fc23. Same problem in here, no crash but still not working thats an unrelated problem, and not related to the original issue |