https://bugs.freedesktop.org/show_bug.cgi?id=66001

          Priority: medium
            Bug ID: 66001
          Assignee: [email protected]
           Summary: SIGSEGV when client is stopped and
                    weston-desktop-shell tries to set the cursor image
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: weston
           Product: Wayland

Created attachment 81154
  --> https://bugs.freedesktop.org/attachment.cgi?id=81154&action=edit
Patch that fixes the SIGSEGV

weston (master) commit 8a4a9eb2e4c6c6c0ba98e2d3afdb796f8745eaa5

I executed weston-terminal, stop it and try to click on it or move the window.
Then weston-desktop-shell failed with the following GDB output

(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
pointer_handle_motion (data=0x1655f40, pointer=<optimized out>,
time=1707320031,
    sx_w=131840, sy_w=131840) at window.c:2818
2818                    cursor = input->focus_widget->default_cursor;
(gdb)

The attached patch fixes this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to