Summary: | Weston crashes after using context menus in weston-terminal | ||
---|---|---|---|
Product: | Wayland | Reporter: | Bryan Cain <bryancain3+fdo> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Proposed patch |
Description
Bryan Cain
2014-04-04 22:36:15 UTC
Created attachment 96921 [details] [review] Proposed patch Pushed to master, thanks. commit a46b946cb3842a6e6296ed7c4c7b0303096a2b00 Author: Bryan Cain <bryancain3@gmail.com> Date: Fri Apr 4 17:41:24 2014 -0500 shell: Fix segfault from trying to access a destroyed popup shell surface The shell_destroy_shell_surface function only set the backing resource to NULL, leaving an unusable surface in the popup_grab list until the surface's fading animation finished and it could be freed. This caused a segfault if the shell tried to forcibly break the grab during that time interval due to the compositor losing the keyboard focus. https://bugs.freedesktop.org/show_bug.cgi?id=77072 |
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.