[Webkit-unassigned] [Bug 166029] New: [GTK] SoupCookieJar is never released (resulting in sqlite temp files lying around)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 11:47:27 PST 2016


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

            Bug ID: 166029
           Summary: [GTK] SoupCookieJar is never released (resulting in
                    sqlite temp files lying around)
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: desrt at desrt.ca
                CC: bugs-noreply at webkitgtk.org

When running epiphany, the SoupCookieJar opens the cookies.sqlite file, creating two temporary files for journalling.  Normally, on sqlite cleanup, these files are committed to the main file and deleted.

libsoup does this properly when the SoupCookieJar is freed.

Unfortunately, that never happens because of the global singleton WebKitWebContext (or in the case of ephy, its own EphyShell).

See https://bugzilla.gnome.org/show_bug.cgi?id=776287 for the original report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161219/6586a7f5/attachment.html>


More information about the webkit-unassigned mailing list