[Webkit-unassigned] [Bug 72486] New: V8 DeltaBlue test crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 04:07:58 PST 2011


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

           Summary: V8 DeltaBlue test crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://v8.googlecode.com/svn/data/benchmarks/current/r
                    un.html
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hikarikurai at 139.com


// "\Source\JavaScriptCore\jit\JITCode.h"

        inline JSValue execute(RegisterFile* registerFile, CallFrame* callFrame, JSGlobalData* globalData)
        {
            JSValue result = JSValue::decode(ctiTrampoline(m_ref.code().executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), globalData));

            return globalData->exception ? jsNull() : result;
        }

// "http://v8.googlecode.com/svn/data/benchmarks/current/run.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