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

          Priority: medium
            Bug ID: 72519
          Assignee: [email protected]
           Summary: Weston crashes when running two programs with text
                    input and the input panel.
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: weston
           Product: Wayland

Created attachment 90510
  --> https://bugs.freedesktop.org/attachment.cgi?id=90510&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to