<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - weston-launch leaves behind defunct procs when killed, hanging ttys"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62910#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - weston-launch leaves behind defunct procs when killed, hanging ttys"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62910">bug 62910</a>
from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>