[Webkit-unassigned] [Bug 62446] New: [Chromium] Worker object may be garbage collected if it doesn't send any messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 03:28:53 PDT 2011


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

           Summary: [Chromium] Worker object may be garbage collected if
                    it doesn't send any messages
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: ap at webkit.org, dimich at chromium.org,
                    jianli at chromium.org, pfeldman at chromium.org,
                    caseq at chromium.org


Created an attachment (id=96722)
 --> (https://bugs.webkit.org/attachment.cgi?id=96722&action=review)
Test case

If there are no references to a dedicated worker object and no messages are sent to its worker context(which would increment unconfirmed messages counter which in turn would protect worker from being collected) then it may be garbage collected before a first message from worker context arrives. See attached page where messages from the worker context never reaches worker object. This works fine on other ports that use in-process workers.

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