[Wayland-bugs] [Bug 79684] subsurfaces: crash when destroying nested subsurfaces
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 10 02:27:18 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=79684
--- Comment #4 from George Kiagiadakis <kiagiadakis.george at gmail.com> ---
(In reply to comment #3)
> But it seems that the reason why weston crashes isn't stack overflow caused
> by infinite recursion but some other reasons. If you change the width and
> height limit from 4 to 64 (on line 176) weston will still crash and the
> depth of frames is less than 30.
No, it's not stack overflow. It's a list corruption, because the recursive
calls of the same method loop over the same lists and delete elements.
--
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/20140610/adef3279/attachment.html>
More information about the Wayland-bugs
mailing list