<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Weston crashes when running two programs with text input and the input panel."
href="https://bugs.freedesktop.org/show_bug.cgi?id=72519">72519</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>wayland-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>Weston crashes when running two programs with text input and the input panel.
</td>
</tr>
<tr>
<th>Severity</th>
<td>critical
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>antognolli@gmail.com
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>weston
</td>
</tr>
<tr>
<th>Product</th>
<td>Wayland
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=90510" name="attach_90510" title="Backtrace of the crash.">attachment 90510</a> <a href="attachment.cgi?id=90510&action=edit" title="Backtrace of the crash.">[details]</a></span>
Backtrace of the crash.
Start weston-editor, the input panel (virtual keyboard) should open. Start a
new weston-editor, weston then crashes.
The backtrace is attached, and it's possible to see that inside the
input_panel_configure() function, right before weston_slide_run, the
view->output is NULL. It should be assigned to something else in the
weston_view_update_transform(), but that function returns earlier because the
transform is not dirty.
A simple workaround of assigning that output fixes the problem. But I'm not
sure if it should be already assigned somewhere else when it reaches this point
of the code.
Anyway, a workaround is simple and should fix it.</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>