Summary: | Weston sends input events from freed surface | ||
---|---|---|---|
Product: | Wayland | Reporter: | Ricardo Vieira <ricardo.vieira> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.5.0 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | gdb backtrace |
Description
Ricardo Vieira
2014-07-10 22:24:56 UTC
Created attachment 102583 [details]
gdb backtrace
This is well-known behavior. The protocol specifies that a leave event is sent whenever the pointer is no longer focussed on the surface. Your app gets a zombie object which it gets as null from libwayland. Unfortunately, zombie objects can happen in cases like this and your app needs to gracefully handle them. |
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.