[Wayland-bugs] [Bug 69490] SIGSEGV - Text input protocol attempts to post event to dead or dying resource
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 13 15:06:46 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=69490
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Kristian Høgsberg <krh at bitplanet.net> ---
commit c180977e7cfd36eb8286186ca9432b1d4cfef864
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Mon Jan 13 15:06:10 2014 -0800
text: Set context->model to NULL when we deactivate text input
There's a small window between the input method (eg the on-sreen keyboard)
receiving the deactivate and destroying the context, where the keyboard may
send requests, which we forward to the destroyed input method. Fix this
by setting the contexts model to NULL right away and then avoid sending
events if context->model is NULL.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=69490
--
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/20140113/f5aa846c/attachment.html>
More information about the Wayland-bugs
mailing list