[Wayland-bugs] [Bug 77344] Weston (likely the desktop shell) aborts when window is resized too small.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 29 13:34:49 PDT 2014


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

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Kristian Høgsberg <krh at bitplanet.net> ---
commit 9c376b54ea6f60ae10d93653132e22ef66a536d7
Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>
Date:   Tue Apr 29 17:54:03 2014 +0300

    shell: Fix crash when a client is destroyed during the resize grab

    If a client exists during a resize grab, the resource for the shell
    surface being resized is destroyed. The shell surface is not destroyed
    immediately, however, because of the window close animation. In that
    case, the compositor would crash trying to send configure events to
    the surface being resized, since it would pass a NULL pointer to
    wl_resource_post_event().

    The code for the resize grab was already able to handle the surface
    going away, so expand it to also handle the resource going away and
    fix the crash.

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

-- 
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/20140429/3fb684e3/attachment.html>


More information about the Wayland-bugs mailing list