[Webkit-unassigned] [Bug 97450] New: There is a mistake in InspectorProfilerAgent::enable(bool skipRecompile)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 06:38:24 PDT 2012


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

           Summary: There is a mistake in
                    InspectorProfilerAgent::enable(bool skipRecompile)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter.wang at torchmobile.com.cn


Created an attachment (id=165368)
 --> (https://bugs.webkit.org/attachment.cgi?id=165368&action=review)
how to reproduce 

Now, InspectorProfilerAgent::enable(bool skipRecompile) invokes PageScriptDebugServer::recompileAllJSFunctionsSoon(). When in worker thread it will cause a problem.

With QT debug build, following the attached picture, we can reproduce the problem.

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