Summary: | SIGSEGV - Text input protocol attempts to post event to dead or dying resource | ||
---|---|---|---|
Product: | Wayland | Reporter: | U. Artie Eoff <ullysses.a.eoff> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | 1.2.x | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Resource is null
Resource interface events access violation resource interface event signature is null |
Description
U. Artie Eoff
2013-09-17 20:28:05 UTC
Created attachment 86017 [details]
Resource is null
Created attachment 86018 [details]
Resource interface events access violation
Created attachment 86019 [details]
resource interface event signature is null
I can't seem to reproduce this one anymore with wayland/weston > 1.3 and latest master components: wayland (master) heads/master-0-g05f95c8 drm (master) heads/master-0-g1a84eea mesa (master) heads/master-0-g19c2f40 libva (master) heads/master-0-g73a11b3 intel-driver (master) heads/master-0-g46c4901 weston (master) heads/master-0-gf707e81 efl (master) heads/master-0-g90bbc21 elementary (master) heads/master-0-g4832558 wfits (master) heads/master-0-gbb9959e ...and I was unsuccessful in identifying which change could have fixed it :-/ Ok, I'm seeing this one again... wayland (master) heads/master-0-g5a019e3 drm (master) heads/master-0-gc3d9689 mesa (master) heads/master-0-gdecf070 libva (master) heads/master-0-g73a11b3 intel-driver (master) heads/master-0-g4a0f76c weston (master) heads/master-0-gda704d9 wfits (master) heads/master-0-g887e47f commit c180977e7cfd36eb8286186ca9432b1d4cfef864 Author: Kristian Høgsberg <krh@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 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.