[Webkit-unassigned] [Bug 14981] DEBUG builds of WebKit hang viewing Yahoo! Mail message with ~5 MB text attachment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 16:23:59 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14981





------- Comment #6 from darin at apple.com  2007-08-19 16:23 PDT -------
(In reply to comment #5)
> From the sample, it looks like the hang is in the new
> RenderFlow::checkConsistency (a debug-only function). This might indicate a
> problem in the way that function was written, or a real bug in the render tree
> that just happens to escape crashing in release builds.

Or the consistency check might just have bad performance. If it has a poorer
complexity curve than the real code, then we might get hangs due to the
consistency check that don't reflect any real problem at all.


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



More information about the webkit-unassigned mailing list