Bug 2203545

Summary: [abrt] gnome-shell: wl_resource_post_error_vargs(): gnome-shell killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Erick <ecantu.hardware>
Component: gnome-shellAssignee: GNOME SIG Unassigned <gnome-sig>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 38CC: adscvr, ecantu.hardware, fmuellner, gnome-sig, jadahl, otaylor, philip.wyett
Target Milestone: ---Keywords: AutomationTriaged
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/5735f79b725dd1147d3fcc3927d9a92ff7841b6
Whiteboard: abrt_hash:f430e7c6ec983f3f78c6c4e5979775eb6dec26b4;VARIANT_ID=workstation;
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-05-22 10:57:12 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 Flags
File: proc_pid_status
none
File: maps
none
File: limits
none
File: environ
none
File: open_fds
none
File: mountinfo
none
File: os_info
none
File: cpuinfo
none
File: core_backtrace
none
File: exploitable
none
File: dso_list
none
File: var_log_messages
none
File: backtrace none

Description Erick 2023-05-13 21:35:07 UTC
Description of problem:
Starting Kitty. 
It stop the gnome extensions too. 

Version-Release number of selected component:
gnome-shell-44.1-1.fc38

Additional info:
reporter:       libreport-2.17.9
type:           CCpp
reason:         gnome-shell killed by SIGSEGV
journald_cursor: s=95533c5f6215487f9db1242893f21bcb;i=7a5a2;b=26627aacb4bd4047aefc25b9dad7b19a;m=59837e7;t=5fb99f6808874;x=8f85797b338a79a9
executable:     /usr/bin/gnome-shell
cmdline:        /usr/bin/gnome-shell
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/org.gnome.Shell
rootdir:        /
uid:            1000
kernel:         6.2.14-300.fc38.x86_64
package:        gnome-shell-44.1-1.fc38
runlevel:       N 5
backtrace_rating: 4
crash_function: wl_resource_post_error_vargs

Truncated backtrace:
Thread no. 1 (20 frames)
 #0 wl_resource_post_error_vargs at ../src/wayland-server.c:289
 #1 wl_resource_post_error at ../src/wayland-server.c:317
 #2 meta_wayland_surface_apply_state at ../src/wayland/meta-wayland-surface.c:756
 #3 meta_wayland_transaction_apply at ../src/wayland/meta-wayland-transaction.c:201
 #4 meta_wayland_transaction_maybe_apply_one at ../src/wayland/meta-wayland-transaction.c:258
 #5 meta_wayland_transaction_maybe_apply at ../src/wayland/meta-wayland-transaction.c:268
 #6 meta_wayland_transaction_commit at ../src/wayland/meta-wayland-transaction.c:374
 #7 queue_subsurface_placement at ../src/wayland/meta-wayland-subsurface.c:359
 #8 meta_wayland_subsurface_parent_destroyed at ../src/wayland/meta-wayland-subsurface.c:484
 #9 wl_surface_destructor at ../src/wayland/meta-wayland-surface.c:1522
 #10 destroy_resource at ../src/wayland-server.c:732
 #11 for_each_helper at ../src/wayland-util.c:416
 #12 wl_map_for_each at ../src/wayland-util.c:430
 #13 wl_client_destroy at ../src/wayland-server.c:928
 #14 destroy_client_with_error at ../src/wayland-server.c:325
 #15 wl_client_connection_data at ../src/wayland-server.c:454
 #16 wl_event_loop_dispatch at ../src/event-loop.c:1027
 #17 wayland_event_source_dispatch at ../src/wayland/meta-wayland.c:125
 #20 g_main_context_iterate.isra.0 at ../glib/gmain.c:4276
 #22 meta_context_run_main_loop at ../src/core/meta-context.c:482

Comment 1 Erick 2023-05-13 21:35:11 UTC
Created attachment 1964391 [details]
File: proc_pid_status

Comment 2 Erick 2023-05-13 21:35:12 UTC
Created attachment 1964392 [details]
File: maps

Comment 3 Erick 2023-05-13 21:35:14 UTC
Created attachment 1964393 [details]
File: limits

Comment 4 Erick 2023-05-13 21:35:15 UTC
Created attachment 1964394 [details]
File: environ

Comment 5 Erick 2023-05-13 21:35:17 UTC
Created attachment 1964395 [details]
File: open_fds

Comment 6 Erick 2023-05-13 21:35:18 UTC
Created attachment 1964396 [details]
File: mountinfo

Comment 7 Erick 2023-05-13 21:35:20 UTC
Created attachment 1964397 [details]
File: os_info

Comment 8 Erick 2023-05-13 21:35:21 UTC
Created attachment 1964398 [details]
File: cpuinfo

Comment 9 Erick 2023-05-13 21:35:23 UTC
Created attachment 1964399 [details]
File: core_backtrace

Comment 10 Erick 2023-05-13 21:35:24 UTC
Created attachment 1964400 [details]
File: exploitable

Comment 11 Erick 2023-05-13 21:35:26 UTC
Created attachment 1964401 [details]
File: dso_list

Comment 12 Erick 2023-05-13 21:35:28 UTC
Created attachment 1964402 [details]
File: var_log_messages

Comment 13 Erick 2023-05-13 21:35:29 UTC
Created attachment 1964403 [details]
File: backtrace

Comment 14 Tim Kane 2023-07-05 04:47:37 UTC
Running my own OpenGL application under wayland, Gnome will crash any time I attempt to call:
   wl_surface_set_buffer_scale()

with a scale value other than 1

I'm not confident that I'm using the wayland API correctly, but equally I'd not expect to crash the window system.


reporter:       libreport-2.17.11
kernel:         6.3.8-200.fc38.x86_64
backtrace_rating: 4
runlevel:       N 5
journald_cursor: s=87add6d02c7840d2b8d01700a24cd2ef;i=2bd64;b=7e414834f8f343219a4dce5e4a1fe07d;m=28407a407;t=5ffb5fe50ee45;x=9f42136d95a3d45d
reason:         gnome-shell killed by SIGSEGV
package:        gnome-shell-44.2-1.fc38
cgroup:         0::/user.slice/user-1000.slice/user/session.slice/org.gnome.Shell
uid:            1000
rootdir:        /
crash_function: wl_resource_post_error_vargs
cmdline:        /usr/bin/gnome-shell
executable:     /usr/bin/gnome-shell
type:           CCpp

Comment 15 Fedora Admin user for bugzilla script actions 2023-12-06 08:23:21 UTC
This component is maintained by the GNOME project. Issues with it should be reported directly to GNOME at https://gitlab.gnome.org/GNOME/.

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!

Comment 16 Aoife Moloney 2024-05-22 10:57:12 UTC
Fedora Linux 38 entered end-of-life (EOL) status on 2024-05-21.

Fedora Linux 38 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of Fedora Linux
please feel free to reopen this bug against that version. Note that the version
field may be hidden. Click the "Show advanced fields" button if you do not see
the version field.

If you are unable to reopen this bug, please file a new report against an
active release.

Thank you for reporting this bug and we are sorry it could not be fixed.