Summary: | SIGSEGV in handle_touch_with_coords | ||
---|---|---|---|
Product: | Wayland | Reporter: | Anu Reddy <anasuyax.r.nannuri> |
Component: | libinput | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | gdb_backtrace |
Description
Anu Reddy
2014-04-11 19:32:12 UTC
Created attachment 97237 [details]
gdb_backtrace
sent a patch to the list: http://lists.freedesktop.org/archives/wayland-devel/2014-April/014204.html (In reply to comment #2) > sent a patch to the list: > > http://lists.freedesktop.org/archives/wayland-devel/2014-April/014204.html Revised patch: http://lists.freedesktop.org/archives/wayland-devel/2014-April/014282.html commit 161c6c56944cdfbda9a1af7a8a2c34e8f7d41dae Author: U. Artie Eoff <ullysses.a.eoff@intel.com> Date: Thu Apr 17 07:53:25 2014 -0700 input: fix input device map to output if it doesn't exist. If an input device wants to map to an output that does not exist, then just map it to the first output. Also, if a device is mapped to an output that gets unplugged then it gets default mapped to the first output in the output destroy listener. However, the original output destroy listener needs to be removed before adding the new listener for the first output, otherwise the list gets corrupted. Later if the other output is plugged back in, we remap the device to it. In that case, we should remove the destroy listener for the first output. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77341 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> |
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.