Bug 2463997
| Summary: | [abrt] gnome-shell: meta_surface_actor_wayland_get_cursor_for_sprite(): gnome-shell killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Maxwell Cajina <mcajinax> | ||||||||||||||||||||||||
| Component: | gnome-shell | Assignee: | GNOME SIG Unassigned <gnome-sig> | ||||||||||||||||||||||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 44 | CC: | adscvr, fmuellner, gnome-sig, gregswift, jadahl, mcajinax, otaylor, philip.wyett, pschindl | ||||||||||||||||||||||||
| Target Milestone: | --- | Keywords: | AutomationTriaged | ||||||||||||||||||||||||
| Target Release: | --- | Flags: | gregswift:
needinfo?
(pschindl) |
||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/659fe3aac0df517dbd4bd88b8130bb0a76a6a55 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:13bc2f69cb432c787750c37cfddf09d1adc3702e;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 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
Maxwell Cajina
2026-04-30 05:12:17 UTC
Created attachment 2138796 [details]
File: proc_pid_status
Created attachment 2138797 [details]
File: limits
Created attachment 2138798 [details]
File: environ
Created attachment 2138799 [details]
File: open_fds
Created attachment 2138800 [details]
File: mountinfo
Created attachment 2138801 [details]
File: os_info
Created attachment 2138802 [details]
File: cpuinfo
Created attachment 2138803 [details]
File: core_backtrace
Created attachment 2138804 [details]
File: exploitable
Created attachment 2138805 [details]
File: backtrace
Created attachment 2138806 [details]
File: maps
Please consider reporting your issue directly to GNOME at https://gitlab.gnome.org/GNOME/ to improve the chances that your issue will be resolved. This issue should only be kept open if it: 1. Relates to Fedora packaging or integration with other Fedora components 2. Is required for Fedora release processes, such as blocker bugs and freeze exceptions If this issue isn't needed for either of these two reasons, please: * create an issue with GNOME * add a link to the GNOME issue here * close this issue as CLOSED/UPSTREAM Thank you! I've been running into what appears to be the exact same issue, and it's making my computer unusable since rolling forward to 44. This appears to have been addressed upstream this last week. Upstream bug: https://gitlab.gnome.org/GNOME/mutter/-/work_items/4814 Upstream merged fix: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/5072 Ubuntu's error tracker for it: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2153399 mutter release 50.2 contains the patch https://gitlab.gnome.org/GNOME/mutter/-/releases/50.2 I downloaded mutter and mutter-common 50.2-1 from koji and installed them today. Overall, it is behaving a little better, but isnt resolved. I'm not sure if this will resolve it but the continuing issue now seems related to another bug as reported over to gnome (https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/5096) and as seen in debian (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139266). Occurs to me that I never described the symptoms when I jumped on the thread. Input handling is unresponsive and flakey. The current window will sometimes be shifted to a negative placement so that only a tiny bit of the bottom right corner is present. Before 50.2 the window would jump around a bit and become partially transparent when you tried to use a mouse to move it. As of 50.2 its not always accepting keystrokes (like pressing the super key to access apps in Gnome) until multiple attempts have occurred. Trying to maximize the window can cause the shift to the negative space, but sometimes it will take and full screen it. I was switching SDL renderers in the SDL3 qt6 demo application at https://github.com/libsdl-org/SDL/pull/15847, using the Wayland backends of both qt6 and SDL3. reporter: libreport-2.17.15 cgroup: 0::/user.slice/user-1000.slice/user/session.slice/org.gnome.Shell reason: gnome-shell killed by SIGSEGV journald_cursor: s=30b5f36cf88b4aee8406903730f3b66b;i=2ae2a1;b=1de3d57a4ae84f94875859acb4070f6a;m=3f25e11fd;t=6558e7b462657;x=861bbe30b04fb984 type: CCpp rootdir: / package: gnome-shell-50.2-1.fc44 kernel: 7.0.13-200.fc44.x86_64 crash_function: meta_surface_actor_wayland_get_cursor_for_sprite executable: /usr/bin/gnome-shell runlevel: /bin/sh: line 1: runlevel: command not found uid: 1000 backtrace_rating: 4 comment: I was switching SDL renderers in the SDL3 qt6 demo application at https://github.com/libsdl-org/SDL/pull/15847, using the Wayland backends of both qt6 and SDL3. cmdline: /usr/bin/gnome-shell --mode=user FWIW with the mutter-common 50.3 release all of the related symptoms have cleaered for me. |