[Wayland-bugs] [Bug 66167] Weston encounters SIGABRT in popup_grab_end()
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 3 22:25:26 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66167
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Kristian Høgsberg <krh at bitplanet.net> ---
commit dfe310512b4ed8f5dd591611b61a5dfd114403b0
Author: Rob Bradford <rob at linux.intel.com>
Date: Wed Jun 26 19:49:11 2013 +0100
shell: Allow ending of popup grabs from within the starting of the grab
Calling weston_pointer_start_grab can lead to a code path (in this case
when the shell surface is unresponsive) that can try and remove the
popup grab to setup a shell grab.
Ending the popup grab requires removing the surface from the grab's
surfaces list - however the grab had not yet been fully setup so the
grabbed surface was not yet in this list.
With this change we ensure we add the surface to the list before setting
up the pointer grab.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130704/2d6d432a/attachment.html>
More information about the Wayland-bugs
mailing list