[Wayland-bugs] [Bug 77290] SIGSEGV in handle_output_move when hot unplug primary while screen lock
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 11 10:06:26 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=77290
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
Fixed by:
commit 304996d182874ded26adce40ce1c29210fc5352b
Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>
Date: Fri Apr 11 13:57:15 2014 +0300
shell: Fix view repositioning logic for output move and destroy
Previously, the repositioning logic would iterate the compositor's list
of layers and move the views on those layers. However, that failed in
two different ways: it didn't cover hidden workspaces and crashed when
the display was locked.
This patch changes the logic to explicit iterate over all the layers
owned by the shell. The iteration is done through a helper function,
shell_for_each_layer().
https://bugs.freedesktop.org/show_bug.cgi?id=76859
https://bugs.freedesktop.org/show_bug.cgi?id=77290
--
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/20140411/90aa0c42/attachment.html>
More information about the Wayland-bugs
mailing list