[Webkit-unassigned] [Bug 100347] New: A mistake in WebCore::JavaScriptCallFrame::evaluate which will cause assert failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 01:08:53 PDT 2012


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

           Summary: A mistake in WebCore::JavaScriptCallFrame::evaluate
                    which will cause assert failed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter.wang at torchmobile.com.cn
                CC: timothy at apple.com, ggaren at apple.com, oliver at apple.com,
                    charles.wei at torchmobile.com.cn, yurys at chromium.org


When WebCore::JavaScriptCallFrame::evaluate is invoked in worker context, this statement
      JSLockHolder lock(JSDOMWindowBase::commonJSGlobalData());
will cause assert, since there is "ASSERT(isMainThread());" in JSDOMWindowBase::commonJSGlobalData.

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