[Webkit-unassigned] [Bug 106735] New: [Chromium]A simple JavaScript infinite loop page caues chrome browser CPU load 50% on my Dual-Core E7400

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 21:03:54 PST 2013


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

           Summary: [Chromium]A simple JavaScript infinite loop page caues
                    chrome browser CPU load 50% on my Dual-Core E7400
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P4
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chenzx at cn.fujitsu.com


Test file:

<body> 
<script> 
d=Number.NEGATIVE_INFINITY; 
while(1){ 
    d = d+0.000001; 
} 
</script> 
</body>

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