[Webkit-unassigned] [Bug 30898] Browser crash by deeply nested elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 23:02:15 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=30898





--- Comment #9 from TAMURA, Kent <tkent at chromium.org>  2009-11-17 23:02:13 PST ---
I changed verticalPositionFromCache() -> verticalPosition() ->
verticalPositionFromCache() -> ... recursion to a loop.  It solved the stack
overflow at that point, but I saw another stack overflow at another code path.
We need to rewrite all of recursive calls.  This way is not practical.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list