https://bugs.freedesktop.org/show_bug.cgi?id=79684
--- Comment #4 from George Kiagiadakis <[email protected]> --- (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.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
