[Webkit-unassigned] [Bug 37181] REGRESSION (r54400): Hangs when doing AJAX update with large amount of data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 17:02:53 PDT 2010


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2010-04-07 17:02:52 PST ---
This doesn't look like an infinite loop - just an incredibly slow operation. We
do actually return from GC to HTMLTokenizer::write().

It's much slower in debug builds - due to locking in HashMap checking code, we
never return from GC.

-- 
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