https://bugs.freedesktop.org/show_bug.cgi?id=73871
Ander Conselvan de Oliveira <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Ander Conselvan de Oliveira <[email protected]> --- I believe this bug was solved by the following commit: commit adaa20c017a549593e2a735a2d8a73edc9c17b6d Author: Emilio Pozuelo Monfort <[email protected]> Date: Tue Jan 28 13:54:16 2014 +0100 desktop-shell: initialize children link Since commit 9046d2, when destroying a surface, we remove all the links from its children. But when the child surfaces are destroyed, those links will be removed again, but since they were not properly initialized, weston will crash. Call shell_surface_set_parent instead which removes the link and sets parent while also initializing the link, thus avoiding this crash. -- 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
