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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 26 10:01:24 PDT 2014


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #8 from Darin Adler <darin at apple.com>  2014-06-26 10:01:40 PST ---
(In reply to comment #6)
> > Is there something that guarantees the database is flushed out to disk? How did you test?
> 
> https://bugs.webkit.org/show_bug.cgi?id=134042 guarantees flushing the database out to disk on application termination.
> However if application suddenly terminates it is possible that the the application termination handler does not get fired and we don't flush at all.

But what prevents sudden termination between the time that LocalStorageDatabase writes to the database and stops preventing sudden termination, but before the code from bug 134042 is run?

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