[Wayland-bugs] [Bug 72519] New: Weston crashes when running two programs with text input and the input panel.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 9 04:58:26 PST 2013


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

          Priority: medium
            Bug ID: 72519
          Assignee: wayland-bugs at lists.freedesktop.org
           Summary: Weston crashes when running two programs with text
                    input and the input panel.
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: antognolli at gmail.com
          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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20131209/131967d2/attachment.html>


More information about the Wayland-bugs mailing list