[Webkit-unassigned] [Bug 54945] New: The web page hangs towards the end of page load in Interpreter enabled javascript code in the latest webkit trunk.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 01:41:10 PST 2011


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

           Summary: The web page hangs towards the end of page load in
                    Interpreter enabled javascript code in the latest
                    webkit trunk.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.news.com.au/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jvnforums10 at gmail.com


In Interpreter.cpp in the latest webkit trunk, the vPC doesn't seem to be updated for the opcode op_ensure_property_exists
This causes the hang (infinite loop) for the link http://www.news.com.au/
Solution is probably to increment the vPC with OPCODE_LENGTH(op_ensure_property_exists)

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