[Webkit-unassigned] [Bug 52075] New: Don't assert when trying to recompile JS while executing JS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 13:01:24 PST 2011


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

           Summary: Don't assert when trying to recompile JS while
                    executing JS
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ben at meyerhome.net


We can get into this situation when page loading is deferred.

It happened when there are two PageGroups, one with deferredLoading turned on (for example, JS in one of its pages is showing an alert) and one without.  A timer scheduled by the other group, which is not deferred, can cause ALL scripts, in all page groups, to be recompiled because ScriptDebugServer is global.

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