[Webkit-unassigned] [Bug 134254] New: Don't allow for sudden termination while writing to local storage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 24 10:10:18 PDT 2014


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

           Summary: Don't allow for sudden termination while writing to
                    local storage.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: andersca at apple.com, roger_fong at apple.com


<rdar://problem/15093854>

If we terminate the UIProcess while trying to write to local storage we try to finish the write before actually exiting.
However, if the process suddenly terminates then the observer for the application termination notification won't be triggered.
This patch will disable sudden termination while we write to local storage and re-enable when we're done.

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