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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 11:33:52 PDT 2010


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

           Summary: HTML5 parser crash when setTimeout document.write
                    after slow script
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://house.focus.cn/news/2010-03-29/890844.html
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonyg at chromium.org
                CC: eric at webkit.org, abarth at webkit.org,
                    bulach at chromium.org


This showed up on the chromium reliability bots.

Here's a test case:
<html>
<body>
<script>
setTimeout("document.write('foo');", 1000);
</script>
<script src="script-which-takes-2s-to-load.js"></script>
</body>
</html>

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