[Webkit-unassigned] [Bug 40726] HTML5 parser crash when setTimeout document.write after slow script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 11:45:13 PDT 2010


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-06-16 11:45:13 PST ---
Oh, I mis-read.  The parser will still be alive!  We're just getting a delayed document.write() callback while we're waiting for another script to load.  So the parser will be paused, but the document.write will be from some other script.  Shouldn't be too hard to debug.

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