[Wayland-bugs] [Bug 62910] weston-launch leaves behind defunct procs when killed, hanging ttys

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 18 11:24:33 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=62910

--- Comment #6 from Kristian Høgsberg <krh at bitplanet.net> ---
That's unrelated, it's a different bug that Jason Ekstrand is working on a fix
for.  As for the segv, this might be the fix:

diff --git a/clients/window.c b/clients/window.c
index c13d207..c1ea0ec 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1522,7 +1522,7 @@ window_destroy(struct window *window)

        wl_list_for_each(input, &display->input_list, link) {
                if (input->pointer_focus == window)
-                       input->pointer_focus = NULL;
+                       input_remove_pointer_focus(input);
                if (input->keyboard_focus == window)
                        input->keyboard_focus = NULL;
                if (input->focus_widget &&

If you have time to check it out, that'd be cool.

-- 
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/20130618/74521dc6/attachment-0001.html>


More information about the Wayland-bugs mailing list